You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tempest.dev/posts/index.html

32 lines
756 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Posts</title>
<link rel="stylesheet" href="/resources/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/changelog.html">Changelog</a>
<a href="/posts/">Posts</a>
</nav>
<h1>
Posts
</h1>
<h2>2022</h2>
<ul class="posts">
<li>
<span>July 29</span>
<a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a>
</li>
<li>
<span>August 1</span>
<a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a>
</li>
</ul>
</body>
</html>