Made some initial site layout

This commit is contained in:
Gregory Ballantine
2025-11-18 16:10:18 -05:00
parent 5a3eb16a7f
commit 31779ad4b1
4 changed files with 27 additions and 8 deletions

View File

@@ -2,14 +2,12 @@
<html>
<head>
<title>{% block title %}{% endblock %} | Muspah</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="/static/css/zaros.css">
</head>
<body>
<header>
<h1>Muspah</h1>
</header>
<main>
<div id="main-wrapper" class="container">
{% block content %}{% endblock %}
</main>
</div>
</body>
</html>