Copied over old code to get started
[openhouseparty.online/.git] / templates / dashboard.html
1 {% extends "layout.html" %}
2 {% block body %}
3         <ul class=items>
4                 <li><h2>Dashboard</h2>
5                 <li><b>Landing Page</b>
6                 <li><em>Welcome to the dashboard!</em>
7                 </br>
8                 <li><em>New Stuff</em>
9                 </br>
10                 <a href="{{ url_for('mediaserver_addFiles') }}">Upload a File</a>
11                 </br>
12                 <a href="{{ url_for('mediaserver_file_list') }}">View Files</a>
13                 </br>
14                 <a href="{{ url_for('mediaserver_settings') }}">Settings</a>
15                 </br>
16                 </br>
17         </ul>
18 {% endblock %}