WretchedMachines/html/index.html

40 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Wretched Machines</title>
<link rel="stylesheet" href="./style.css" asp-append-version="true" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
</head>
<body>
<header>
<nav>
<a href="/about.html">About</a>
</nav>
</header>
<main>
<h1>Welcome to <em>Wretched Machines</em></h1>
<p><b>This page is a work in progress...</b></p>
<p>There is deliberately no content yet, but this will be a portfolio site of sorts. I do not have a deadline for anything related to this but one day there may be stuff here.</p>
<p>In the mean time here are a few projects that I think are cool and worth checking out. I do find them quite nostalgic.</p>
<ul>
<li><a href="https://spacehey.com">Spacehey: a MySpace clone for the modern day.</a></li>
<li><a href="https://www.bitview.net">Bitview.net: a Youtube clone from the late 2000s.</a></li>
<li><a href="https://www.toonamiaftermath.com/">Toonami Aftermath: a Toonami programme streaming site. Quite cozy imo.</a></li>
</ul>
<p><em>Come back next time!</em></p>
</main>
<footer>
</footer>
</body>
<script src="./script.js"></script>
</html>