blob: fe5647d92696353aa689a0b20853a84c069755ca (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>adventure of advent of code 2025</title>
<link rel="icon" href="./assets/mrgreen.png">
<link rel="stylesheet" type="text/css" href="./assets/main.css">
</head>
<body id="lcolonq-advent">
<div id="lcolonq-advent-container">
<div class="lcolonq-advent-header">
<h1>aococ2k25</h1>
<span class="lcolonq-advent-subtitle">adventure of advent of code 2025</span>
</div>
<div class="lcolonq-advent-body">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<a class="lcolonq-advent-puzzle" href="/advent/puzzle/1">
<h3>puzzle 1 (2025-12-02)</h3>
<div class="lcolonq-advent-puzzle-author">author: LCOLONQ</div>
<div class="lcolonq-advent-puzzle-body">
Help the Order of Dana conduct their solstice ritual.
The ritual's instructions are just a little bit awkward.
You can figure them out, surely...
</div>
</a>
</div>
</div>
</body>
</html>
|