forked from nornagon/cdda-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.35 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
<!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" />
<title>The Hitchhiker's Guide to the Cataclysm</title>
<link rel="canonical" href="https://cdda.doiiars.com/?lang=zh_CN" />
<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://cddaraw.doiiars.com" />
<link
type="application/opensearchdescription+xml"
rel="search"
title="HHG"
href="/opensearch.xml" />
<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", "kq9ueuu3wo");
</script>
<script type="module" defer src="/src/main.ts"></script>
</head>
<body></body>
</html>