mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-20 00:10:34 +03:00
start preparing examples & tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user