Admins page

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-05-07 01:13:51 -04:00
parent 92d5315329
commit 91c7a3b979
No known key found for this signature in database
GPG Key ID: C8F7E7CA91BCBA64
2 changed files with 9 additions and 1 deletions

View File

@ -7,5 +7,13 @@
</head>
<body>
<!--#include file="nav" -->
<h1>Admins</h1>
<p>This is the list of admins of ~vern. Anyone claiming to be an admin that isn't on this list is lying. This list may be updated at any point, so please check it to see if someone is an admin.</p>
<ul>
<li>Name (username on pubnix) - description</li>
<li>Arya (aryak) - Maintains servers</li>
<li>neopenk (neopenk) - Pays for VPS and vern.cc domain, basically owns ~vern</li>
</ul>
<!--#include file="footer" -->
</body>
</html>

View File

@ -1,5 +1,5 @@
<footer>
<hr>
<p>Made with  by ~vern team</p>
<p>content on vern.cc is licensed under CC-BY-SA-4.0 unless specified</p>
<p>Content on vern.cc is licensed under CC-BY-SA-4.0 unless specified</p>
</footer>