new stuff

This commit is contained in:
Arya K 2022-05-07 10:24:47 +05:30
parent 10ea9b9621
commit 5df8eecd0a
4 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,10 @@
{
"admins": [
{
"matrix_id": "@root:vern.cc",
"email_address": "webmaster@vern.cc",
"role": "admin"
}
],
"support_page": "https://matrix.to/#/#vern:vern.cc"
}

5
footer.html Normal file
View File

@ -0,0 +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>
</footer>

View File

@ -8,7 +8,7 @@
<body>
<!--#include file="nav" -->
<h1>Welcome to ~vern!</h1>
<p>VERN.CC is a non-commercial shared GNU/Linux system (pubnix) which is free to use for the public. 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 (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>
<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>
@ -32,6 +32,8 @@
<ul>
<li><a href="https://matrix.to/#/#vern:vern.cc" target="_blank">Matrix</a></li>
</ul>
<!--#include file="footer" -->
</body>
</html>

View File

@ -23,3 +23,7 @@
If you find any users violating these guidelines, please send us a screenshot on #abuse:vern.cc.
Thanks for being part of ~vern!
<!--#include file="nav" -->
</body>
</html>