summaryrefslogtreecommitdiff
path: root/iss/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'iss/templates/index.html')
-rw-r--r--iss/templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/iss/templates/index.html b/iss/templates/index.html
new file mode 100644
index 0000000..07894a6
--- /dev/null
+++ b/iss/templates/index.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+
+{% block content %}
+<h1 class="f1">ISS.guru</h1>
+<p class="light-red">Hello this is text <span class="b">in bold</span></p>
+{% endblock %}