summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2025-09-02 12:03:22 +0200
committerlsof <lsof@mailbox.org>2025-09-02 12:03:22 +0200
commitba7fd8ed5809bb73971a9caf6c382c17782e0f60 (patch)
tree2208034b63b8f23c3122ebcaf659f991e48b25b4 /templates/base.html
parent04cdbbb8fd99fa3cb113106f6a83560cc0463a39 (diff)
makeover
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 149831a..5276d29 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,11 +9,19 @@
</head>
<body>
+ <h1 class="title">lemon's site</h1>
+ <nav class="navbar">
+ <a href="/">home</a>
+ <a href="/w">blog</a>
+ </nav>
+ <hr>
<section class="section">
<div class="container">
{% block content %} {% endblock %}
</div>
</section>
+ <hr>
+ <br><br>
</body>
</html>