batman (working version kinda)

This commit is contained in:
pika 2025-03-30 19:20:13 +02:00
commit 6dd38036e7
65 changed files with 3950 additions and 0 deletions

View 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 %}