summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-02 14:26:29 -0500
committerLLLL Colonq <llll@colonq>2025-12-02 14:26:29 -0500
commit29917cb61210aef47b1f79ad68326457e55bca17 (patch)
tree3f04204195fed50968afbf3e4787733e9dbb3fbd /templates
parentc9b9b64d2bc50011bb425bc34c95e8dcb443d4ae (diff)
Advent
Diffstat (limited to 'templates')
-rw-r--r--templates/api/advent.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/api/advent.html b/templates/api/advent.html
new file mode 100644
index 0000000..12375cb
--- /dev/null
+++ b/templates/api/advent.html
@@ -0,0 +1,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="./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>