Files
tmnf-replay-server/templates/map-info.html

11 lines
221 B
HTML

<head>
{% include "head.html" %}
</head>
<body>
{% include "upload-button.html" %}
{% include "home-button.html" %}
</br>
<h1 class="ml-2">{{ map_uid }}</h1>
{% include "datatable.html" %}
</body>