-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (56 loc) · 2.27 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
<!doctype html>
<html lang="en" class="h-full bg-gray-100">
<head>
<title>Repository.rip</title>
<!-- Primary Meta Tags -->
<title>repository.rip - Bury Your Projects</title>
<meta name="title" content="repository.rip - Bury Your Projects" />
<meta
name="description"
content="repository.rip: Where side projects find their final place. Archive and retire your coding endeavors with simplicity. Explore a digital graveyard for dormant repositories, each telling a coder's story."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://repository.rip/" />
<meta property="og:title" content="repository.rip - Bury Your Projects" />
<meta
property="og:description"
content="repository.rip: Where side projects find their final place. Archive and retire your coding endeavors with simplicity. Explore a digital graveyard for dormant repositories, each telling a coder's story."
/>
<meta property="og:image" content="/meta-tag-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://repository.rip/" />
<meta
property="twitter:title"
content="repository.rip - Bury Your Projects"
/>
<meta
property="twitter:description"
content="repository.rip: Where side projects find their final place. Archive and retire your coding endeavors with simplicity. Explore a digital graveyard for dormant repositories, each telling a coder's story."
/>
<meta property="twitter:image" content="/meta-tag-image.png" />
<link rel="icon" href="/logo.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
defer
data-domain="repository.rip"
data-api="/api/wildflower/event"
src="/api/wildflower/script.js"
></script>
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};
</script>
</head>
<html>
<body class="h-full">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
</html>