This commit is contained in:
2024-04-23 16:47:16 +01:00
parent be8c084276
commit fa14b9b624
8 changed files with 159 additions and 170 deletions

View File

@@ -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>&#169; 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>&#169; chopster44</p>
</footer>
</body>
</html>