Files
chopster44.com/blog.html
2024-04-02 16:30:47 +01:00

31 lines
902 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="index.css" rel="stylesheet">
<title>Blog</title>
</head>
<body>
<header>
<img src="/img/pfp-transparent.png" width="141" alt="my profile picture">
<div class="headerContent">
<h1>Chopster44.com</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>
</body>
</html>