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/home.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/home.html (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..20ef75a --- /dev/null +++ b/templates/home.html @@ -0,0 +1,66 @@ +{% extends "base.html" %} {% block extrastyle %} + +{% endblock %} {% block content %} +
+ {% for project in projects %} + + {% endfor %} +
+{% endblock %} + + -- cgit v1.2.3