forked from web3senior/upstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (67 loc) · 3.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_TITLE%</title>
<meta name="keywords" content="%VITE_KEYWORDS%" />
<meta name="description" content="%VITE_DESCRIPTION%" />
<meta name="author" content="%VITE_AUTHOR%" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#FD1669" />
<!-- Disable Cache -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- OG -->
<meta name="og:title" content="%VITE_TITLE%" />
<meta name="og:description" content="%VITE_DESCRIPTION%" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://https://universalprofile.store" />
<meta name="og:image" content="https://aratta.dev/og-upstore.png" />
<meta name="og:image:alt" content="Aratta Labs" />
<!-- OG Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://https://universalprofile.store" />
<meta name="twitter:title" content="%VITE_TITLE%" />
<meta name="twitter:description" content="%VITE_DESCRIPTION%" />
<meta name="twitter:image" content="https://aratta.dev/og-upstore.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,200,1,0" />
<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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet" />
<script>
window.global = window
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "lfcj74lxdh");
</script>
</head>
<body dir="ltr">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script>
if ('serviceWorker' in navigator) {
addEventListener('load', async () => {
navigator.serviceWorker
.register('./sw.js')
.then((registration) => {
console.log('Hooray. Registration successful, scope:', registration.scope)
})
.catch((error) => {
console.warn('Whoops. Service worker registration failed, error:', error)
})
})
}
</script>
</body>
</html>