From e4149f7c536199575a1e6b2b8b54eec1c3c1160c Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 24 Feb 2021 15:09:40 +0100 Subject: initial commit --- views/index.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 views/index.html (limited to 'views/index.html') diff --git a/views/index.html b/views/index.html new file mode 100644 index 0000000..055a391 --- /dev/null +++ b/views/index.html @@ -0,0 +1,42 @@ +{% extends "snippets/layout.html" %} + +{% block css %} + .main { + margin-top: 8rem; + } + @media (max-width: 992px) { + .main { + margin-top: 4rem; + } + } + li { + margin-bottom: 1rem; + } +{% endblock %} + +{% block main %} + +
+ + + +
+ +{% endblock %} -- cgit v1.2.3