-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
21 lines (21 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Timy</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=1" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=1" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=1" />
<link rel="manifest" href="/site.webmanifest?v=1" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=1" color="#5bbad5" />
<link rel="shortcut icon" href="/favicon.ico?v=1" />
<meta name="msapplication-TileColor" content="#00aba9" />
<meta name="msapplication-config" content="/timy/browserconfig.xml?v=1" />
<meta name="theme-color" content="#ffffff" />
<script type="module" src="/src/main.ts" defer></script>
</head>
<body>
<div id="app" class="flex h-screen bg-gray-50"></div>
</body>
</html>