Updated some links

This commit is contained in:
2024-07-07 10:19:59 +01:00
parent 52c9ab2a6d
commit aaf2b3d75b
8 changed files with 57 additions and 75 deletions

View File

@@ -1,31 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="index.css" rel="stylesheet">
<title>rockets</title>
<link href="index.css" rel="stylesheet">
<title>chptr</title>
</head>
<body>
<header>
<img src="https://chopster44.com/img/pfp.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>Rockets</h2>
<p> ¬ I'm going to put some details about the rockets I've built on here. <br>
¬ I haven't gotten around to adding any yet</p>
</main>
<footer>
<p>&#169; chopster44</p>
</footer>
<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 construction">
</div>
<div class="div footer">
<p>&#169; chopster44 | Page last edited: 2024-07-07</p>
</div>
</body>
</html>