Files
tmnf-replay-server/templates/map-info.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>