From ea0d3220db995018335c48eb06b9794235ff436b Mon Sep 17 00:00:00 2001 From: MetroWind Date: Sun, 7 Sep 2025 09:42:33 -0700 Subject: Initial commit, mostly just copied from shrt. --- templates/delete-link.html | 32 ++++++++++++++++++++++++++++++++ templates/footer.html | 5 +++++ templates/head.html | 5 +++++ templates/links.html | 39 +++++++++++++++++++++++++++++++++++++++ templates/nav.html | 17 +++++++++++++++++ templates/new-link.html | 36 ++++++++++++++++++++++++++++++++++++ 6 files changed, 134 insertions(+) create mode 100644 templates/delete-link.html create mode 100644 templates/footer.html create mode 100644 templates/head.html create mode 100644 templates/links.html create mode 100644 templates/nav.html create mode 100644 templates/new-link.html (limited to 'templates') diff --git a/templates/delete-link.html b/templates/delete-link.html new file mode 100644 index 0000000..809a57e --- /dev/null +++ b/templates/delete-link.html @@ -0,0 +1,32 @@ + + + + {% include "head.html" %} + shrt – Delet a Link + + +
+ {% include "nav.html" %} +
+ + + + + + + + + + + + + +
+
+ +
+
+ {% include "footer.html" %} +
+ + diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..66d46e2 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,5 @@ + diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..46b21e7 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/links.html b/templates/links.html new file mode 100644 index 0000000..f3b3e3f --- /dev/null +++ b/templates/links.html @@ -0,0 +1,39 @@ + + + + {% include "head.html" %} + + + + shrt + + +
+ {% include "nav.html" %} +
+ +
+ + {% include "footer.html" %} +
+ + diff --git a/templates/nav.html b/templates/nav.html new file mode 100644 index 0000000..5a89f7a --- /dev/null +++ b/templates/nav.html @@ -0,0 +1,17 @@ + diff --git a/templates/new-link.html b/templates/new-link.html new file mode 100644 index 0000000..3ce3fda --- /dev/null +++ b/templates/new-link.html @@ -0,0 +1,36 @@ + + + + {% include "head.html" %} + shrt – Create a New Link + + +
+ {% include "nav.html" %} +
+ + + + + + + + + + + + + +
+ + +
+
+ +
+
+ {% include "footer.html" %} +
+ + -- cgit v1.2.3-70-g09d2