aboutsummaryrefslogtreecommitdiff
path: root/src/pages/services
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-27 13:24:15 -0400
committerRosa <rosaontheweb@proton.me>2026-05-27 13:24:15 -0400
commit16e4f8f2a9ead0f79b5b275dc547b517cc8891e9 (patch)
tree79ef9796388c4b8a0f1fec99ba5d4b75f8b475f7 /src/pages/services
parent72983cf263053cd40dafbd5f1cb63d3f0b9f1eb8 (diff)
add 404.html, remove legacy code
Diffstat (limited to '')
-rw-r--r--src/pages/services/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/pages/services/index.html b/src/pages/services/index.html
new file mode 100644
index 0000000..3714be1
--- /dev/null
+++ b/src/pages/services/index.html
@@ -0,0 +1,28 @@
+<!--: extends page.html -->
+<!--: skipreplace extraHead -->
+<!--: replace title -->
+services
+<!--: endreplace -->
+<!--: replace body -->
+<main>
+ <header>
+ <h2>services</h2>
+ <p>
+ the evil transgenders club hosts some services for use by its members. the
+ following is a list of those services:
+ </p>
+ </header>
+ <ul>
+ <li>
+ <a href="https://git.eviltransgenders.club" rel="external">cgit</a> - web
+ frontend for our git repositories
+ </li>
+ <li>
+ members are allowed to host websites under the eviltransgenders.club
+ domain, whether on our infrastructure or their own. alternatively you can
+ be given a directory to host static files on this very website
+ </li>
+ <li>soon: matrix</li>
+ </ul>
+</main>
+<!--: endreplace -->