website/admins.html

21 lines
709 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>~vern admins</title>
</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>Arya (aryak) - Maintains servers and hosts the offsite backups</li>
<li>Neo (neopenk) - Pays for VPS and vern.cc domain, basically owns ~vern</li>
<li>Aleksandar (cobra) - Hosts the main tilde server</li>
<li>Daksh (daksh) - Webmaster</li>
</ul>
<!--#include file="footer" -->
</body>
</html>