add initial homemanager gui
This commit is contained in:
parent
5e6f8bbb8f
commit
9b0e431458
15 changed files with 284 additions and 0 deletions
8
ui/main/templates/home.html
Normal file
8
ui/main/templates/home.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue