Files
wiki.tipsy.codes/template.html

21 lines
565 B
HTML
Raw Normal View History

2025-12-17 22:43:48 -08:00
<html>
2025-12-17 22:58:34 -08:00
<head>
<title>wiki.tipsy.codes</title>
<link
rel="stylesheet"
href="https://cdn.simplecss.org/simple.min.css"
/>
</head>
<body>
<header>
<nav>
<a href="/README.md">README</a>
<a href="/thoughts.md">Thoughts</a>
</nav>
2025-12-17 23:02:30 -08:00
<h1>wiki.tipsy.codes</h1>
<p>For those who only have time to code while tipsy 🍻</p>
2025-12-17 22:58:34 -08:00
</header>
<div class="content">{% block body %} {% endblock %}</div>
</body>
2025-12-17 22:43:48 -08:00
</html>