mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-05 22:51:37 +01:00
11 lines
244 B
HTML
11 lines
244 B
HTML
<head>
|
|
{% include "head.html" %}
|
|
</head>
|
|
<body style="color: white;" >
|
|
{% include "upload-button.html" %}
|
|
{% include "home-button.html" %}
|
|
</br>
|
|
<h1 class="ml-2">{{ map_uid }}</h1>
|
|
{% include "datatable.html" %}
|
|
</body>
|