You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/index.html

55 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Aney's Network</title>
</head>
<body>
<header>
<h1>Aney's Network</h1>
<hr/>
<nav>
<a href="index.html">home</a>
<a href="equipment.html">equipment</a>
<a href="onebag.html">onebag</a>
<a href="files/cv.pdf">cv</a>
</nav>
<hr/>
</header>
<main>
<section>
<h2>I am the domain master</h2>
<p>The goal of this site is to be minimal, quick, small, and self-hosted.</p>
<p>I recommend everybody claims their own space on the internet, it's an easy first step to avoid having your freedom taken away.</p>
</section>
<section>
<h2>What's here?</h2>
<p>Not a whole lot, honestly. This is more of a landing page for things I want to share, and my self-hosted services.</p>
<p>Try the links in the footer.</p>
</section>
<section>
<h2>"I could make a better site!"</h2>
<p>Maybe.</p>
</section>
</main>
<footer>
<hr/>
<nav>
<a href="index.html">Git</a>
<a href="index.html">Wiki</a>
<a href="index.html">Video</a>
<a href="index.html">Support</a>
</nav>
<hr/>
<p>Written by <a href="aney.co.uk">@aney</a> with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind | <a href="https://github.com/Aney/website">Source Code</a></p>
</footer>
</body>
</html>