From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- src/templates/clocks.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/templates/clocks.html (limited to 'src/templates/clocks.html') diff --git a/src/templates/clocks.html b/src/templates/clocks.html new file mode 100644 index 0000000..5e81d0d --- /dev/null +++ b/src/templates/clocks.html @@ -0,0 +1,56 @@ +{% extends "base.html" %} + +{% block head %} + +{{ super() }} + + + +{% endblock %} + +{% block content %} + + +

🏳️‍⚧️:

+ +
+

00

+

00

+

00

+

00

+
+ +

the BEGINNING (of the unix timestamp):

+
+

00

+

00

+

00

+

00

+
+
+ + +{% endblock %} -- cgit v1.2.3