From ab6ca080771b706a310ebfd8a4192841cdfef05c Mon Sep 17 00:00:00 2001 From: Private Island Networks Inc Date: Tue, 3 Mar 2026 15:56:53 -0500 Subject: initial commit of experimental code base for PI Explorer (PI-EXP) --- templates/base.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 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..c956dfd --- /dev/null +++ b/templates/base.html @@ -0,0 +1,53 @@ + + + + + + +{{ title }} + + +{% if ss %}{% endif %} + + +
+
+
PI Explorer, Version {{ version }}
+ +
+ +
+ {% block content %} + {% endblock %} +
+
+ + + +
+
+
+ +
+
+ +
+ loading +
+ + + + {% if app_layer %} {% endif %} + {% if ws %} {% endif %} + {% if ss %} {% endif %} + \ No newline at end of file -- cgit v1.2.3-8-gadcc