This commit is contained in:
2024-04-23 16:47:16 +01:00
parent be8c084276
commit fa14b9b624
8 changed files with 159 additions and 170 deletions

37
linux.html Normal file
View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="index.css" rel="stylesheet">
<title>linux</title>
</head>
<body>
<header>
<img src="https://chopster44.com/img/pfp-transparent.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>Linux</h2>
<p>I like linux a lot, and I distro hop quite often, so I thought I'd make a mini review type thing for it</p>
<div>
<h2>Debian</h2>
<sub>Feb '24 - </sub>
<p> Current daily drive. </p>
</div>
</main>
<footer>
<p>&#169; chopster44</p>
</footer>
</body>
</html>