2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 18:29:36 +03:00
Files

13 lines
244 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Basic Title</title>
<link rel="stylesheet" href="/global.css">
</head>
<body>
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/basic.js"></script>
</body>
</html>