mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 13:09:38 +03:00
13 lines
244 B
HTML
13 lines
244 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Basic Title</title>
|
|
<link rel="stylesheet" href="/global.css">
|
|
</head>
|
|
<body>
|
|
<a href="/">← Examples index</a>
|
|
<div id="app"></div>
|
|
<script src="/__build__/basic.js"></script>
|
|
</body>
|
|
</html>
|