-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
47 lines (44 loc) · 1.6 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
41
42
43
44
45
46
47
<!DOCTYPE html >
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K3PPDF4');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Advent of Code 2022 answers:</title>
<link rel="stylesheet" href="globals/style.css">
<link rel="shortcut icon" href="globals/favicon.ico" type="image/x-icon">
<link rel="icon" href="globals/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<h1>Advent of Code 2022 answers:</h1>
</header>
<main>
<ul>
<li><a href="day_01/">Day 01</a></li>
<li><a href="day_02/">Day 02</a></li>
<li><a href="day_03/">Day 03</a></li>
<li><a href="day_04/">Day 04</a></li>
<li><a href="day_05/">Day 05</a></li>
<li><a href="day_06/">Day 06</a></li>
<li><a href="day_07/">Day 07</a></li>
<li><a href="day_08/">Day 08</a></li>
<li><a href="day_09/">Day 09</a></li>
<li><a href="day_10/">Day 10</a></li>
<li><a href="day_11/">Day 11</a></li>
<li><a href="day_12/">Day 12</a></li>
<li><a href="day_13/">Day 13</a></li>
<!-- end menu list -->
</ul>
</main>
<footer>
<a href="https://adam.czarnecki.cz">Adam Czarnecki</a>
</footer>
</body>
</html>