forked from Flysky12138/PicW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 933 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PicW</title>
<meta name="description" content="A site for uploading images to github" />
<link rel="icon" type="image/png" sizes="16x16" href="/pwa/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/pwa/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/pwa/apple-touch-icon.png" />
<link rel="mask-icon" href="/pwa/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="apple-mobile-web-app-title" content="PicW" />
<meta name="application-name" content="PicW" />
<meta name="msapplication-TileColor" content="#00aba9" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>