blob: 3714be1073e4253083b80466c7b579917cf22c11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 -->
|