website/index.html

70 lines
1.4 KiB
HTML
Raw Normal View History

2023-12-21 19:06:53 +00:00
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
Open Thoughts
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Judah Sotomayor" />
<link rel="stylesheet" href="http://localhost:8000/static/style.css" type="text/css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
</head>
<body>
<header>
<h1>
<a href="http://localhost:8000/">
Open Thoughts
</a>
</h1>
<a href="#main" class="visually-hidden">jump to main content</a>
<nav>
<ul class="menu">
<li><a href="http://localhost:8000/about">about</a></li>
<li><a href="http://localhost:8000/">blog</a></li>
</ul>
</nav>
</header>
<main id="main">
<h1>Blog Posts</h1>
<ul class="posts">
<li class="post-title">
<a href="http://localhost:8000/posts/my-ssh-key.html">
Nov 08, 2023 &mdash;
My SSH Key
</a>
</li>
</ul>
</main>
<footer>
Made with &#x2665; and&nbsp;
<a href="https://emacs.love/weblorg" target="_blank">
weblorg
</a>
</footer>
</body>
</html>