mirror of
https://github.com/FAUSheppy/ths-blowerdoor-raven
synced 2025-12-09 16:28:32 +01:00
add upload button
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
<body>
|
||||
{% include 'navbar.html' %}
|
||||
<div style="font-size: 16px; font-weight: 300;" class="container mt-5 mb-3" role="main">
|
||||
<form class="my-3 form-border" action="/" method="POST" enctype="multipart/form-data">
|
||||
<input type="file" name="file" />
|
||||
<input type="submit" value="Upload"/>
|
||||
</form>
|
||||
<hr class="my-2">
|
||||
<table id="tableMain" class="table table-striped table-bordered table-sm"
|
||||
cellspacing="0">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user