Files
chopster44.com/blog.html
2024-07-07 10:19:59 +01:00

28 lines
856 B
HTML

<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link href="index.css" rel="stylesheet">
<title>chptr</title>
</head>
<body>
<a href="index.html"><img src="https://chopster44.com/img/pfp.png" width="141" class="div logo"></a>
<h1 class="div title">Chopster44</h1>
<div class="div nav">
<p>Personal</p>
<a href="/about.html">[About]</a>
<a href="/blog.html">[Blog]</a>
<p>Interests</p>
<a href="/projects.html">[Projects]</a>
<a href="/rockets.html">[Rockets]</a>
<p>Other Web</p>
<a href="#">[Buttons]</a>
<a href="/contact.html">[Contact]</a>
</div>
<div class="div main">
<h2>Blog</h2>
</div>
<div class="div footer">
<p>&#169; chopster44 | Page last edited: 2024-07-07</p>
</div>
</body>
</html>