Overhaul
This commit is contained in:
37
linux.html
Normal file
37
linux.html
Normal 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>© chopster44</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user