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.
40 lines
1.0 KiB
HTML
40 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Aney's Homepage</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link href="/css/style.css" type="text/css" rel="stylesheet">
|
|
<link rel="shortcut icon" href="/favicon/favicon.ico">
|
|
<link rel="icon" href="/favicon/favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<div class="main">
|
|
<h1>Aney</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><p><a href="/index.html">Home</a></p></li>
|
|
<li><p><a href="/blog.html">Blog</a></p></li>
|
|
<li><p><a href="/tech.html">Equipment</a></p></li>
|
|
<li><p><a href="https://www.youtube.com/user/AneyOC">Youtube</a></p></li>
|
|
<li><p><a href="https://www.github.com/aney">Github</a></p></li>
|
|
<li><p><a href="/donate.html">Support</a></p></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<footer>
|
|
<p>Designed and written with <a href="https://danluu.com/web-bloat/">web bloat</a> in mind.</p>
|
|
<p>Made with <a href="#">aSite</a> | <a href="https://github.com/Aney/website">Source Code</a></p>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|