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

56 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Aney's self hosted network's homepage">
<meta name="description" content="The homepage for anyone finding Aney's small, self-hosted network/homelab">
<meta name="keywords" content="Self-hosted, Homepage, HTML, CSS">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/png" href="images/favicon.svg">
<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="projects.html">projects</a>
<a href="cv.html">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/>
<p>Written by <a href="http://www.aney.co.uk" target="_blank" rel="noopener noreferrer">@aney</a> with <a href="https://danluu.com/web-bloat/" target="_blank" rel="noopener noreferrer">web bloat</a> in mind | <a href="https://github.com/Aney/website" target="_blank" rel="noopener noreferrer">Source Code</a></p>
</footer>
</body>
</html>