-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.91 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name='theme-color' content='#000' />
<link rel='apple-touch-icon' href='/favicon.png' />
<meta name='viewport'
content='minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, user-scalable=no, viewport-fit=cover' />
<meta name='mobile-web-app-capable' content='no' />
<meta name='apple-mobile-web-app-capable' content='no' />
<meta name='apple-mobile-web-app-status-bar-style' content='default' />
<meta name='format-detection' content='telephone=no' />
<link rel='icon' type='image/png' href='/favicon.png' />
<meta name='msapplication-tap-highlight' content='no' />
<link rel='shortcut icon' href='/favicon.png' />
<meta name='msapplication-TileColor' content='#000000' />
<meta property='og:locale' content='en' />
<meta property='og:type' content='website' />
<meta name='theme-color' content='#000' />
<meta httpEquiv='Content-Type' content='text/html; charset=UTF-8' />
<meta name='robots' content='follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large' />
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap' rel='stylesheet' />
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap"
rel="stylesheet">
<title>Palletone</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>