Added cron job, updated webserver, added retry functionality

This commit is contained in:
Myx
2023-10-13 02:42:04 +02:00
parent e3f9dc2899
commit d25d2c8f54
7 changed files with 219 additions and 31 deletions

View File

@@ -23,10 +23,17 @@
<button class="button expanded" type="submit">Upload</button>
</div>
</form>
<div class="callout">
<h3>Uploaded Files</h3>
<div style="height:200px;overflow:auto;">
<ul id="fileList" class="vertical menu"></ul>
</div>
</div>
</div>
</div>
</div>
<script src="client.js"></script>
</body>
</html>
</html>