created a page to test out a new layout

This commit is contained in:
2024-07-06 15:46:06 +01:00
parent b504ea6d96
commit f46f6f896e
2 changed files with 56 additions and 3 deletions

29
template.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="index.css" rel="stylesheet">
<title>chptr</title>
</head>
<body>
<!-- <header>-->
<img src="https://chopster44.com/img/pfp.png" width="141" class="logo">
<h1 class="title">Chopster44</h1>
<!-- </header>-->
<div class="nav">
<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>
<div class="main">
<h2>A header!</h2>
<p>Some text</p>
</div>
<div class="footer">
<p>&#169; chopster44</p>
</div>
</body>
</html>