Initial state of website

This commit is contained in:
2024-01-10 15:13:14 +00:00
commit ed754afb76
8 changed files with 113 additions and 0 deletions

16
anything_else.html Executable file
View File

@ -0,0 +1,16 @@
<head>
<title>Anything Else</title>
</head>
<body>
<h1>Anything Else</h1>
<p>
Here are some quick links to some different places around the site!
</p>
<ul>
<li><a href="https://gitea.sharpe6.com">Gitea</a></li>
<li><a href="https://bitwarden.sharpe6.com">Bitwarden</a></li>
<li><a href="https://nextcloud.sharpe6.com">Nextcloud</a></li>
</ul>
</body>