-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
27 lines (25 loc) · 1 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
25
26
27
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
name="viewport"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="description" content="A Varlet app template lite" />
<meta name="keywords" content="Varlet App Template Lite" />
<meta property="og:title" content="Varlet,App,Template" />
<meta property="og:type" content="website" />
<meta property="og:image" content="./logo.svg" />
<meta property="og:description" content="A Varlet app template lite" />
<title>Varlet Icons Library Starter</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>