summaryrefslogtreecommitdiff
path: root/main/templates/main_index.html.j2
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-09 08:15:08 +0200
committerBotond Hende <contact@wazul.moe>2026-05-09 08:15:08 +0200
commit81964ffac36d659b450140d37ab73074660cb0bd (patch)
treed32739afad1d4e5ab80504bb94fceec6aa4b2d13 /main/templates/main_index.html.j2
parent6fa30eec950b85778daf13758b94799d5fe6a6ac (diff)
added webmaster page and 88x31 button
Diffstat (limited to 'main/templates/main_index.html.j2')
-rw-r--r--main/templates/main_index.html.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/main/templates/main_index.html.j2 b/main/templates/main_index.html.j2
index 50f6b9d..084e6cf 100644
--- a/main/templates/main_index.html.j2
+++ b/main/templates/main_index.html.j2
@@ -1,4 +1,6 @@
{% extends "main_base.html.j2" %}
{% block content %}
-<p>This is page is work in progress. Meanwhile check my stuff on the navbar at the top of the page.</p>
+<h1>Welcome to my website!</h1>
+<h3>My name is Wazul!</h3>
+<p>This page is work in progress. Meanwhile, check my stuff on the navbar at the top and on the sidebar to the right!</p>
{% endblock %}