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/onebag.html

47 lines
1.1 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>
<h1>Onebag and travel gear</h1>
<p>The gear I keep for my travels, mostly contained in a single bag.</p>
<p>Many items from my equipment page is also included in my onebag.</p>
</section>
<section id="equipment">
</section>
</main>
<footer>
<hr/>
<nav>
<a href="/git">Git</a>
<a href="/wiki">Wiki</a>
<a href="https://www.youtube.com/aneyOC">Video</a>
<a href="#">Support</a>
</nav>
<hr/>
<p>Written by <a href="http://www.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>