Files
wiki.tipsy.codes/template.html
2025-12-18 00:38:07 -08:00

22 lines
637 B
HTML

<html>
<head>
<title>wiki.tipsy.codes</title>
<link
rel="stylesheet"
href="https://cdn.simplecss.org/simple.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<nav>
<a href="/README.md">README</a>
<a href="/thoughts.md">Thoughts</a>
</nav>
<h1>wiki.tipsy.codes</h1>
<p>For those who only have time to code while tipsy 🍻</p>
</header>
<div class="content">{% block body %} {% endblock %}</div>
</body>
</html>