From 1817d117d020318ba5fcd281708015eaad3f092c Mon Sep 17 00:00:00 2001 From: toufic ar Date: Mon, 11 May 2026 19:43:18 +0300 Subject: initial web UI --- templates/base.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..81d6a59 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,74 @@ + + + + {% block head %} + + makeshiftci{% block title %}{% endblock %} + + {% endblock %} + + {% block extrastyle %}{% endblock %} + + +
+
+

makeshiftci{% block path %}{% endblock %}

+ {% block headingcontent %}{% endblock %} +
+ {% block content %}{% endblock %} +
+ + + -- cgit v1.2.3