mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-09 16:38:33 +01:00
10 lines
254 B
HTML
10 lines
254 B
HTML
<html>
|
|
<body>
|
|
{% include 'home-button.html' %}
|
|
<form action="/upload" method="POST" enctype="multipart/form-data">
|
|
<input type="file" name="file[]" multiple=""/>
|
|
<input type="submit"/>
|
|
</form>
|
|
</body>
|
|
</html>
|