feat: migrate to zine

This commit is contained in:
2024-12-26 20:02:07 -08:00
parent d4ae0bf2c8
commit cbfe9aea40
48 changed files with 796 additions and 505 deletions

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title id="title">Yadunand&apos;s Site</title>
<link rel="stylesheet" type="text/css" href="/reset.css">
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/blog/">Blog</a>
<a href="/sitemap/">Sitemap</a>
</nav>
<div id="main">
<h2>Second Post!</h2>
<h3>by
<span>Yadunand Prem</span></h3>
<h4>
Posted on:
<span>December 16, 2024</span>
</h4>
<div><p>This is my second post!</p></div>
</div>
<div id="debug-grid"></div>
</body>
</html>