summaryrefslogtreecommitdiff
path: root/main/templates/main_index.html.j2
diff options
context:
space:
mode:
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 %}