moved whole UI to JavaScript

This commit is contained in:
2025-08-27 22:30:00 +02:00
parent da0dfeab46
commit 9fc8b370d0
2 changed files with 96 additions and 51 deletions

View File

@@ -12,29 +12,11 @@
<script src="/script.js"></script>
</head>
<body>
<a href="/" class="logo"><h1>Ablage</h1></a>
<div id="dropzone" style="display: none">
Drag & drop files here or click to select
</div>
<input
type="file"
id="fileInput"
name="uploadfile"
multiple
style="display: none"
/>
<div id="overallProgressContainer" style="display: none">
<div id="currentFileName"></div>
<progress id="overallProgress" value="0" max="100"></progress>
<div id="overallStatus" class="status"></div>
</div>
<ul id="file-list"></ul>
<div id="sinkholeModeInfo" class="sinkholeModeInfo" style="display: none">
- Sinkhole mode enabled, no files will get listed -
</div>
<a href="/" class="logo">
<h1>Ablage</h1>
</a>
<h3 style="color: red; text-align: center; margin-top: 100px">
We will need JavaScript from here on, sorry...
</h3>
</body>
</html>