-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
38 lines (34 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
property="og:title"
content="The Hitchhiker's Guide to the Cataclysm" />
<meta
name="google-site-verification"
content="NLXgfZA9HwY65AKIPJxRsB19jgbSDVJdl6JcCRxlEVY" />
<meta
name="google-site-verification"
content="_z3A3G0nZCe8G3gs2t-SjS3406wZXG8hJy5HB9NW94M" />
<title>The Hitchhiker's Guide to the Cataclysm</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/global.css" />
<link rel="apple-touch-icon" href="icon-192.png" />
<link
rel="preload"
href="/node_modules/@fontsource/unifont/files/unifont-latin-400-normal.woff2"
as="font"
type="font/woff2"
crossorigin />
<link rel="preconnect" href="https://raw.githubusercontent.com" />
<link
type="application/opensearchdescription+xml"
rel="search"
title="HHG"
href="/opensearch.xml" />
<script type="module" defer src="/src/main.ts"></script>
</head>
<body></body>
</html>