2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-06 19:52:29 +03:00
Files
vue-meta/examples/ssr/app.template.html
T

17 lines
375 B
HTML

<!doctype html>
<html {{ htmlAttrs }}>
<head {{ headAttrs }}>
{{ head }}
<link rel="stylesheet" href="/global.css">
</head>
<body {{ bodyAttrs }}>
<div id="body-prepend">{{ bodyPrepend }}</div>
<a href="/">&larr; Examples index</a>
<div id="app">{{ app }}</div>
<script src="/__build__/ssr.js"></script>
{{ bodyAppend }}
</body>
</html>