17 lines
368 B
HTML
Executable File
17 lines
368 B
HTML
Executable File
<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>
|