website/links.html

37 lines
893 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>~/links</title>
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<nav>
<a href="/index.html">home</a>
<a href="/links.html">links</a>
<a href="/projects.html">projects</a>
</nav>
<hr>
<h3>selfhosted stuff:</h3>
<a href="https://git.aey.ovh">gitea</a><br>
<a href="https://files.aey.ovh">file server</a>
<br><br>
<h3>cool sites</h3>
<a href="https://hor32.neocities.org/">hor32's site: hor32.neocities.org</a>
<br><br>
<h3>other</h3>
<a href="https://video.liberta.vip/c/floor/videos">peertube</a><br>
<a href="https://www.youtube.com/channel/UCEHT90CfZrkS0zaL9yEBjRA">youtube</a>
<br><br>
<h5>ur mom | aey.ovh 2023<h5>
</body>
</html>