summaryrefslogtreecommitdiffstats
path: root/test.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-05-24 18:00:38 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-05-28 15:34:29 +0800
commit95428c41f0ee3ac108cf1a4acfaa67157ad954dc (patch)
tree8565027758cd931f49ebe78738fb41126254b253 /test.html
parent7aea09077aad335ac32bfd9858ded60ffd4d8a5b (diff)
downloadglacier-95428c41f0ee3ac108cf1a4acfaa67157ad954dc.tar.gz
Build DOM.
Diffstat (limited to 'test.html')
-rw-r--r--test.html45
1 files changed, 38 insertions, 7 deletions
diff --git a/test.html b/test.html
index 2642bfa..c3c4ae1 100644
--- a/test.html
+++ b/test.html
@@ -1,9 +1,40 @@
-<html>
- <div class="header">
- <h1>My Journal</h1>
- </div>
- <div class="content" disabled>
- <p>Hello World</p>
- </div>
+<!doctype html>
+<html lang="en-us">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Home</title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+</head>
+
+
+
+ <body>
+
+ <header>
+ <h1><a href="/">Journal</a></h1>
+
+
+</header>
+
+
+ <article><ul id="post-list">
+
+
+ <li>
+ <time>2026-05-01</time>
+ <a href="/log/vcs-1/" class="link-decor-none">Built and benchmarked Urn against Git</a>
+ </li>
+
+</ul>
+
+<footer>
+ <p>Built with <a href="https://github.com/ronv/minimalist" class="external" target="_blank" rel="noopener noreferrer">Minimalist</a>.
+ <a href="/cgi-bin/search.cgi">Search</a>
+ </p>
+</footer>
+</article>
+
+ </body>
</html>