quack.gay/blog.html

43 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<title>Quack! ur gay!</title>
<link rel="stylesheet" href="./blog-styles.css">
<link rel="icon" href="./res/icon.png">
</head>
<body>
<div id="wrapper">
<header>
<h1>Quack! Woah there's a blog?!!?</h1>
<nav>
<hr>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="./stoplight">Stoplight Schema</a>
</li>
<li>
<a href="./blog">Blog</a>
</li>
</ul>
<hr>
</nav>
</header>
<div id="content">
<h2>Posts</h2>
<ul>
<li>Looks like there's nothing here yet :(</li>
</ul>
</div>
<footer>
<hr>
<p>ur gay <3</p>
</footer>
</div>
</body>
</html>