mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
16 lines
410 B
HTML
16 lines
410 B
HTML
<html>
|
|
<head>
|
|
{% include "head.html" %}
|
|
</head>
|
|
<body>
|
|
{% include 'home-button.html' %}
|
|
<div class="container">
|
|
<form class="p-3" action="/upload" method="POST" enctype="multipart/form-data"
|
|
style="border-style: dashed">
|
|
<input type="file" name="file[]" multiple=""/>
|
|
<input type="submit"/>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|