From fda7315f43b02cfae3050ece68a4d7cb26a826b4 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Fri, 15 May 2026 02:24:12 +0300 Subject: restructure webUI --- templates/home.html | 66 ----------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 templates/home.html (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html deleted file mode 100644 index 20ef75a..0000000 --- a/templates/home.html +++ /dev/null @@ -1,66 +0,0 @@ -{% extends "base.html" %} {% block extrastyle %} - -{% endblock %} {% block content %} -
- {% for project in projects %} - - {% endfor %} -
-{% endblock %} - - -- cgit v1.2.3