mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
fix: better layout upload site
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
{% include "head.html" %}
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include 'home-button.html' %}
|
{% include 'home-button.html' %}
|
||||||
<form action="/upload" method="POST" enctype="multipart/form-data">
|
<div class="container">
|
||||||
<input type="file" name="file[]" multiple=""/>
|
<form class="p-3" action="/upload" method="POST" enctype="multipart/form-data"
|
||||||
<input type="submit"/>
|
style="border-style: dashed">
|
||||||
</form>
|
<input type="file" name="file[]" multiple=""/>
|
||||||
|
<input type="submit"/>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user