forked from codogob/back-home-safe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 854 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
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="安心回家" />
<link rel="icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="icon-192x192.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1,maximum-scale=1.0, user-scalable=no"
/>
<meta name="theme-color" content="#12b188" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Rubik"
/>
<link rel="manifest" href="manifest.json" />
<title>安心回家</title>
</head>
<body>
<noscript>Please enable JS</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>