summaryrefslogtreecommitdiff
path: root/iss/templates/index.html
blob: 07894a6e4c508b0ce8accef133bcd1e282d16d4c (plain)
1
2
3
4
5
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 %}