diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-27 12:17:41 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-27 12:17:41 +0300 |
| commit | 50747d53a47a8e87780c8ccfb1caf885b6f50c7e (patch) | |
| tree | 6686f37b465ab444ca6e7664cdd5319c9662cc86 /iss/templates/index.html | |
| parent | 04f806ba85281d5406e564887e053e10f262cb09 (diff) | |
Extract index.html
Diffstat (limited to 'iss/templates/index.html')
| -rw-r--r-- | iss/templates/index.html | 6 |
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 %} |
