-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
24 lines (22 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
<meta name="title" content="vue-roller" />
<meta name="subject" content="Fluid and smooth rolling animation for Vue.js" />
<meta name="description" content="Fluid and smooth rolling animation for Vue.js" />
<meta name="author" content="pjh8667@gmail.com" />
<meta name="keywords" content="vue,roller,vue-roller,component,animation" />
<meta property="og:title" content="vue-roller" />
<meta property="og:description" content="Fluid and smooth rolling animation for Vue.js" />
<meta property="og:url" content="https://andy-0414.github.io/vue-roller/" />
<meta property="og:type" content="website" />
<title>vue-roller</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>