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