-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Scroll is a scrollable Wikipedia by Alex Sparkes that offers a seamless and engaging way to explore knowledge."
/>
<meta
name="keywords"
content="Scroll, scrollable Wikipedia, Alex Sparkes, knowledge, articles, information"
/>
<meta name="author" content="Alex Sparkes" />
<link rel="icon" type="image/svg+xml" href="/scroll-logo.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Theme color for supported browsers -->
<meta name="theme-color" content="#341F97" />
<!-- Fallback meta tags for additional browser support -->
<meta name="msapplication-navbutton-color" content="#341F97" />
<meta name="apple-mobile-web-app-status-bar-style" content="#341F97" />
<!-- Open Graph meta tags -->
<meta property="og:title" content="Scroll" />
<meta
property="og:description"
content="Scroll reinvents Wikipedia discovery with an endless, TikTok-inspired feed. Swipe to uncover the world’s knowledge, one scroll at a time."
/>
<meta property="og:image" content="/scroll-og.png" />
<meta property="og:type" content="website" />
<!-- Twitter Card meta tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Scroll" />
<meta
name="twitter:description"
content="Scroll reinvents Wikipedia discovery with an endless, TikTok-inspired feed. Swipe to uncover the world’s knowledge, one scroll at a time."
/>
<meta name="twitter:image" content="/scroll-og.png" />
<!-- Import manifest -->
<link rel="manifest" href="/manifest.webmanifest" />
<link href="/dist/styles.css" rel="stylesheet" />
<title>Scroll</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="5cadc2b9-6cbe-4abd-bb47-f8d5eca921a0"
></script>
</body>
</html>