33 lines
886 B
HTML
33 lines
886 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
|
|
<link href="index.css" rel="stylesheet">
|
|
<title>projects</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>Projects</h2>
|
|
<p> ¬ I'll put some stuff here, but I haven't made anything yet.</p>
|
|
</main>
|
|
<footer>
|
|
<p>© chopster44</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |