From be076c07a785112b31a0387102aab35c7696ecc5 Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 11 Jun 2026 15:48:04 -0600 Subject: [PATCH] few missed files to commit --- templates/club_footer.html | 20 ++++++++++++++++++++ templates/club_header.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 templates/club_footer.html create mode 100644 templates/club_header.html diff --git a/templates/club_footer.html b/templates/club_footer.html new file mode 100644 index 0000000..0cef77c --- /dev/null +++ b/templates/club_footer.html @@ -0,0 +1,20 @@ + + +
+ + + diff --git a/templates/club_header.html b/templates/club_header.html new file mode 100644 index 0000000..837f263 --- /dev/null +++ b/templates/club_header.html @@ -0,0 +1,33 @@ + + + + + + <?=isset($title) ? $title : "Welcome to ~tilde.club~"?> + + + + + +
+ +

recently updated

+ +
+
+ +
+ +

tilde.club home pages updated in last 24 hours

+ + There's also a JSON version of this data; it's all updated once a minute, so hold yer damn horses, people. Also, times are in the server's time zone (GMT, it appears).
+
+ This script is by ~delfuego