add initial homemanager gui

This commit is contained in:
Alejandro Diaz 2023-09-11 00:07:53 -06:00
parent 5e6f8bbb8f
commit 9b0e431458
15 changed files with 284 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %} Scholar Clubs {% endblock title%}
{% block content %}
<div class="jumbotron">
<h1 class="display-4">Welcome</h1>
</div>
{% endblock content %}