Add basics of admin page, fix hrefs

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

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Vern</title>
</head>
<body>
<!--#include file="nav" -->
</body>
</html>

View File

@ -8,33 +8,31 @@
<body>
<!--#include file="nav" -->
<h1>Welcome to ~vern!</h1>
<p>~vern is a non-commercial shared GNU/Linux system (pubnix). All our servers run Debian GNU/Linux with the non-free repos disabled. We are also aiming to become a member of the <a href=https://tildeverse.org>Tildeverse</a> after we meet the requirements</p>
<p>~vern is a non-commercial shared GNU/Linux system. All our servers run Debian GNU/Linux with the non-free repos disabled. We are also aiming to become a member of the <a href=//tildeverse.org>Tildeverse</a> after we meet the requirements</p>
<h2>Services</h2>
<p>We host many services, most are available for the public.</p>
<p>Some are private to prevent people from abusing the services.</p>
<p>You can get access to these services by asking any of the <a href=/admins>admins</a>.</p>
<b> Public Services </b>
<ul>
<li><a href=https://git.vern.cc>Gitea</a></li>
<li><a href=https://pb.vern.cc>Privatebin</a></li>
<li><a href=https://lbry.vern.cc>Librarian</a></li>
<li><a href=https://inv.vern.cc>Invidious</a></li>
<li><a href=https://lr.vern.cc>Libreddit</a></li>
<li><a href=https://tl.vern.cc>Simplytranslate</a></li>
<li><a href=//git.vern.cc>Gitea</a></li>
<li><a href=//pb.vern.cc>Privatebin</a></li>
<li><a href=//lbry.vern.cc>Librarian</a></li>
<li><a href=//inv.vern.cc>Invidious</a></li>
<li><a href=//lr.vern.cc>Libreddit</a></li>
<li><a href=//tl.vern.cc>Simplytranslate</a></li>
</ul>
<b> Private Services </b>
<ul>
<li><a href=https://nc.vern.cc>Nextcloud</a></li>
<li><a href=https://mail.vern.cc>Email</a></li>
<li><a href=https://mtrx.vern.cc>Matrix</a></li>
<li><a href=//nc.vern.cc>Nextcloud</a></li>
<li><a href=//mail.vern.cc>Email</a></li>
<li><a href=//mtrx.vern.cc>Matrix</a></li>
</ul>
<h2>Community</h2>
<ul>
<li><a href="https://matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
<li><a href="//matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
</ul>
<!--#include file="footer" -->
</body>
</html>