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

@@ -3,5 +3,13 @@
{% block title %}Dashboard{% endblock %}
{% block content %}
<p>Welcome to the Muspah dashboard!</p>
<div class="row">
<div class="twelve columns">
<header>
<h1>Muspah</h1>
</header>
<p>Welcome to the Muspah dashboard!</p>
</div>
</div>
{% endblock %}