-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 900 Bytes
/
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
name="description"
content="The personal website of Nicholas R. Smith"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link
rel="preload"
href="retganon.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<meta rel="manifest" href="manifest.json" />
<link data-trunk rel="rust" data-wasm-opt="s" />
<link data-trunk rel="icon" href="./public/favicon.ico" />
<link data-trunk rel="css" href="./style/compiled.css" />
<link data-trunk rel="copy-file" href="./fonts/retganon.woff2" />
<link data-trunk rel="copy-file" href="./public/manifest.json" />
<link data-trunk rel="copy-file" href="./public/robots.txt" />
</head>
<body class="min-h-screen bg-black text-white"></body>
</html>