Fix admins page

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-01-01 21:29:56 -05:00
parent 746d2dbc8c
commit c2bcc3ab1a
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 25 additions and 2 deletions

View File

@ -1 +0,0 @@
admins.html

1
en/admin.html Normal file
View File

@ -0,0 +1 @@
<meta http-equiv="Refresh" content="0; url='/admins'" />

View File

@ -1 +1,24 @@
<meta http-equiv="Refresh" content="0; url='/admins'" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="A list of ~vern administrators">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, admins">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Admins | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=admins>Admins</h1> <a aria-hidden=true href=#admins>#admins</a></div>
<p>This is the list of admins of ~vern. <br>Anyone claiming to be an admin that isn't on this list is lying. <br> This list may be updated at any point, so please check it to see if someone is an admin.</p>
<p>We also have non-vern contact methods listed so its possible to contact us even if ~vern is down</p>
<ul>
<li>Neopenk (neo) - Pays for vern.cc domain<br> <a href=//mto.vern.cc/#/@neo:vern.cc>Matrix</a>, <a href=//mto.vern.cc/#/@neopenk:matrix.org>spare Matrix</a>, <a href=xmpp:neo@vern.cc>XMPP</a>, <br>
Email: neo (at sym) (main dom) (<a href=/media/neo.asc>PGP</a>), spare: nanopenk (at symbol) riseup dot net</li>
<li><a href=//cobra.vern.cc>Skylar (cobra)</a> - Hosts the tilserv; pays for main vps and iceberg; manages donations; webmaster <br> <a href=//mto.vern.cc/#/@cobra:vern.cc>Matrix</a>, <a href=//mto.vern.cc/#/@cobra:inetd.xyz>spare Matrix</a>, <a href=xmpp:cobra@vern.cc>XMPP</a><br>
Email: cobra (at sym) (main dom) (<a href=/media/cobra.asc>PGP</a>), spare thecobra (at sym) riseup dot net</li>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>