-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (29 loc) · 1.42 KB
/
index.html
File metadata and controls
35 lines (29 loc) · 1.42 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ER3D1CB2GQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ER3D1CB2GQ');
</script>
<!-- <link data-trunk rel="css" href="assets/styles.css" />-->
<!--<!– <link data-trunk rel="scss" href="assets/styles.scss" />–>-->
<!-- <!– Include favicon in dist output: see https://trunkrs.dev/assets/#icon –>-->
<!-- <link data-trunk rel="icon" href="assets/favicon.ico" />-->
<!-- <!– include support for `wasm-bindgen --weak-refs` - see: https://rustwasm.github.io/docs/wasm-bindgen/reference/weak-references.html –>-->
<!-- <link data-trunk rel="rust" data-wasm-opt="z" data-weak-refs />-->
<!-- <link data-trunk rel="copy-dir" href="/assets/icons/"/>-->
<!-- <link data-trunk rel="copy-dir" href="/assets/documents/"/>-->
<!-- TODO preload the folder of icons -->
</head>
<body>
<div id="main">
</div>
</body>
</html>