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.
46 lines
1.3 KiB
HTML
46 lines
1.3 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">
|
|
</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>
|
|
|
|
<section id="content" class="main">
|
|
<article>
|
|
<h2>Why Windows is ass</h2>
|
|
<h4>28/06/2020 By Aney</h4>
|
|
<p>Content, and bloggin system currently doesn't exit. It will however be very basic, and work well with RSS feeds</p>
|
|
<p>Tags can be filtered, and hopefully generate an RSS feed for specific, authors, tags, etc.</p>
|
|
</article>
|
|
</section>
|
|
|
|
<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>
|