feat: migrate to zine
This commit is contained in:
29
zig-out/blog/second-post/index.html
Normal file
29
zig-out/blog/second-post/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title id="title">Yadunand'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>
|
||||
Reference in New Issue
Block a user