From c03e38b07ce439f9e6f4d23cb470193393e840e2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 1 Aug 2026 23:56:19 -0500 Subject: initial commit --- templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..a9dd0fc --- /dev/null +++ b/templates/index.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block content %} +

small, durable software ยท privacy-first tools you control

+ +
+ view services → + browse apps +
+ +
+ {{ section.content | safe }} +
+{% endblock content %} -- cgit v1.2.3