batman (working version kinda)
This commit is contained in:
commit
6dd38036e7
65 changed files with 3950 additions and 0 deletions
9
app/templates/dashboard.html
Normal file
9
app/templates/dashboard.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Dashboard</h1>
|
||||
<div id="server-list">
|
||||
<!-- Server list will be dynamically loaded here -->
|
||||
</div>
|
||||
<script src="/static/js/app.js"></script>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue