-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.36 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cosmic Time Explorer</title>
<meta name="description" content="Cosmic Time Explorer" />
<meta property="og:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<div id="privacy" class="text-center mt-4 text-sm text-gray-600">
<div class="mb-4 flex justify-center items-center">
<a href="https://www.buymeacoffee.com/geeknik"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a zero-day&emoji=👾&slug=geeknik&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" alt="Buy me a zero-day" /></a>
</div>
<a href="https://github.com/geeknik/geeknik/blob/main/PRIVACY.md" class="hover:underline">Privacy Policy</a>
<span class="mx-2">•</span>
<a href="https://github.com/geeknik/time-travel-trekker" class="hover:underline">Source Code</a> <span class="text-gray-500">(MIT License)</span>
<div class="mt-2">© 2024 Total Nerdity</div>
</div>
<script type="module" src="/src/main.tsx"></script>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="ESZDDKJU" defer></script>
<!-- / Fathom -->
</body>
</html>