add blog and archive

This commit is contained in:
2025-09-02 13:07:48 -07:00
parent 88fc2b3978
commit af00a18f7a
5 changed files with 154 additions and 0 deletions

46
blog.html Normal file
View File

@@ -0,0 +1,46 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiningTcup</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="dns-prefetch" href="https://git.miningtcup.me/" />
<link rel="dns-prefetch" href="https://mozhi.miningtcup.me/" />
<link rel="dns-prefetch" href="https://arch.miningtcup.me/" />
<link rel="dns-prefetch" href="https://archlinux.org/" />
<link rel="dns-prefetch" href="https://hypr.land/" />
<link rel="dns-prefetch" href="https://openfreemap.org/" />
</head>
<body>
<div class="centerer">
<div id="content">
<div id="title-1">
<div class="h1-container">
<h1>Ted's Silly Blog</h1>
</div>
<a href="/"><img src="images/ted3.jpg" /></a>
</div>
<ul id="index">
<li><a href="/">Home</a></li>
<li><a href="/lulu">Lulu</a></li>
<li><a href="/archive">Archive</a></li>
</ul>
<hr />
<section>
<a href="/blog/voyager">
<div class="blog-item">
<h3>ZSA Voyager - The Perfect Keyboard</h3>
<p>I spent $400 on a keyboard. Was it worth it?</p>
<img
src="/images/voyager-thumbnail.webp"
alt="ZSA Voyager Keyboard"
/>
</div>
</a>
</section>
</div>
</div>
</body>
</html>