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