summaryrefslogtreecommitdiff
path: root/.demo
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-13 00:33:26 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-13 00:33:26 -0800
commit15369496ecc4f8bd2b170b9afc2c2c0558ae97ad (patch)
treed85298931252062835557907dc0efdd705f78002 /.demo
downloadadelie-15369496ecc4f8bd2b170b9afc2c2c0558ae97ad.tar.gz
adelie-15369496ecc4f8bd2b170b9afc2c2c0558ae97ad.zip
Init adelie
Diffstat (limited to '.demo')
-rw-r--r--.demo/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/.demo/index.html b/.demo/index.html
new file mode 100644
index 0000000..1b93990
--- /dev/null
+++ b/.demo/index.html
@@ -0,0 +1,48 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Liz Dot Coffee!</title>
+ <link rel="stylesheet" href="/static/css/style.css" />
+ <link rel="icon" href="/static/img/favicon.ico" />
+ </head>
+ <body>
+ <header>
+ <nav>
+ <a href="#home">Home</a>
+ <a href="#about">About</a>
+ <a href="#archive">Archive</a>
+ </nav>
+ <input type="checkbox" id="theme-toggle" class="toggle" aria-label="Toggle dark mode" />
+ </header>
+
+ <main>
+ <article>
+ <h2>Welcome to the 90s</h2>
+ <p><small>Posted on December 9, 2025</small></p>
+ <p>
+ 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.
+ </p>
+ <p>
+ 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.
+ </p>
+ <a href="#read-more">Read more →</a>
+ </article>
+
+ </main>
+
+ <footer>
+ <p>&copy; 2025 My Retro Blog. Made with coffee and nostalgia.</p>
+ </footer>
+
+ <script src="/static/js/script.js"></script>
+ <script src="/static/oneko/oneko.js"></script>
+ </body>
+</html>