-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 894 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
rel="stylesheet">
<link data-trunk rel="rust" data-wasm-opt="z" />
<link data-trunk rel="css" href="/output.css" />
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
<script src="https://getinsights.io/js/insights.js"></script>
<script>
insights.init('nMCtoV436cHVQsJU');
insights.trackPages();
</script>
<title>Aiken Playground</title>
</head>
<body class="bg-neutral-800 h-screen flex flex-col">
</body>
</html>