Add blog pages and related links in nav
This commit is contained in:
parent
064059dd30
commit
cbae54f399
4 changed files with 179 additions and 0 deletions
43
blog.html
Normal file
43
blog.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue