2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-26 00:34:04 +03:00
Files
vue-meta/examples/index.html
T
2016-10-31 20:51:34 +02:00

14 lines
248 B
HTML

<!doctype html>
<html>
<head>
<title>Vue Meta Examples</title>
<link rel="stylesheet" href="/global.css">
</head>
<body style="padding: 0 20px">
<h1>Vue Meta Examples</h1>
<ul>
<li><a href="basic">Basic</a></li>
</ul>
</body>
</html>