-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (26 loc) · 1.35 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" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/>
<meta name="description" content="Everyday wisdom whereever you go!">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#3D6E7C"> <!--Primary color-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="apple-touch-icon" sizes="512x512" href="/public/img/logo512.png">
<link rel="apple-touch-icon" sizes="144x144" href="/public/img/logo144.png">
<link rel="apple-touch-icon" sizes="168x168" href="/public/img/logo168.png">
<link rel="apple-touch-icon" sizes="192x192" href="/public/img/logo192.png">
<link rel="apple-touch-icon" sizes="48x48" href="/public/img/logo48.png">
<link rel="apple-touch-icon" sizes="72x72" href="/public/img/logo72.png">
<link rel="apple-touch-icon" sizes="96x96" href="/public/img/logo96.png">
<link rel="apple-touch-startup-image" href="/public/img/logo512.png">
<meta name="apple-mobile-web-app-title" content="WisdomTreasures">
<title>WisdomTreasures</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>