website/projects.html

44 lines
1.0 KiB
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>~/projects</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>
<h2>projects</h2>
<a href="https://git.aey.ovh/whoami/fiutex"><h3>fiutex</h3></a>
<p>shity pseuo shell wirten in cpp</p><br>
<a href=""><h3>cubegame</h3></a>
<p>2d sandbox</p><br>
<a href="https://git.aey.ovh/whoami/website"><h3>personal webiste</h3></a>
<p>webiste on which youre</p><br>
<a href="https://git.aey.ovh/whoami/replitRemoteAccess"><h3>replit remote</h3></a>
<p>something like ssh but for replit</p>
<a href="https://git.aey.ovh/whoami/nicpkg"><h3>nicpkg</h3></a>
<p>package manager for unix like systems</p>
<br><br>
<h5>ur mom | aey.ovh 2023<h5>
</body>
</html>