Overhaul
This commit is contained in:
43
blog.html
43
blog.html
@@ -4,28 +4,31 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>Blog</title>
|
||||
<title>blog</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img src="/img/pfp-transparent.png" width="141" alt="my profile picture">
|
||||
<div class="headerContent">
|
||||
<h1>Chopster44</h1>
|
||||
<div>
|
||||
<a class="link" href="/">home</a>
|
||||
<a class="link" href="/blog">blog</a>
|
||||
<a class="link" href="/now">now</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<h1> Blog: </h1>
|
||||
<p><sub>there isn't anything here yet</sub></p>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>© chopster44 2024</p>
|
||||
</footer>
|
||||
<header>
|
||||
<img src="https://chopster44.com/img/pfp-transparent.png" width="141">
|
||||
<div id="menu">
|
||||
<h1>Chopster44</h1>
|
||||
<a href="/#about">[About]</a>
|
||||
<a href="/blog">[Blog]</a>
|
||||
<a href="/projects">[Projects]</a>
|
||||
<a href="/rockets">[Rockets]</a>
|
||||
<a href="/linux">[Linux]</a>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<h2>Blog</h2>
|
||||
<div class="blogItem">
|
||||
<h3>Tuesday 23rd April 2024</h3>
|
||||
<p> ¬ Blog v2</p>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© chopster44</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user