70 lines
1.6 KiB
HTML
70 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http_equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>
|
|
Latest Posts | MonoTab Blog
|
|
</title>
|
|
|
|
<link rel="stylesheet" href="/css/mono.css">
|
|
<link rel="stylesheet" href="/css/responsive.css">
|
|
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
|
</head>
|
|
|
|
<body class="mono-all">
|
|
<aside>
|
|
<nav>
|
|
<h1><a href="/">MonoTab Blog</a></h1>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/posts/">Posts</a></li>
|
|
<li><a href="/about/">About</a></li>
|
|
</ul>
|
|
</nav>
|
|
</aside>
|
|
|
|
<main>
|
|
<h1>Latest Posts</h1>
|
|
|
|
<section>
|
|
<p>
|
|
Browse through our collection of articles on Elixir, functional programming,
|
|
web development, and software engineering best practices.
|
|
</p>
|
|
</section>
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<h2><a href="/2024-01-15-test-post/">Test Post: Getting Started with Elixir</a></h2>
|
|
|
|
<time datetime="2024-01-15T00:00:00Z"></time>
|
|
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
<footer>
|
|
<p>
|
|
© 2025 MonoTab Blog. Built with
|
|
<a href="https://github.com/elixir-tools/tableau" target="_blank">Tableau</a>
|
|
and <a href="https://github.com/artalar/mono" target="_blank">Mono</a>
|
|
<br>
|
|
</p>
|
|
</footer>
|
|
<p class="footer-extra">
|
|
<a href="https://git.silentsilas.com/silentsilas/monotab" target="_blank">
|
|
Source Code
|
|
</a>
|
|
</p>
|
|
</main>
|
|
</body>
|
|
|
|
|
|
</html> |