mirror of
https://github.com/MrUnknownDE/medien-dl.git
synced 2026-04-24 00:23:44 +02:00
add meme side :P
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -247,6 +246,20 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Fullscreen Processing Overlay -->
|
||||
<div id="processing-overlay">
|
||||
<img src="https://media.giphy.com/media/YQitE4YNQNahy/giphy.gif" alt="Processing Animation" width="300">
|
||||
<p id="overlay-message">Hacking the mainframe...</p>
|
||||
|
||||
<!-- NEU: Status-Container im Overlay -->
|
||||
<div class="overlay-status-container">
|
||||
<p id="overlay-status-text">Initialisiere...</p>
|
||||
<div class="progress" role="progressbar" aria-label="Overlay Progress" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
|
||||
<div id="overlay-progress-bar" class="progress-bar" style="width: 0%">0%</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap JS Bundle -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
<!-- Custom JS -->
|
||||
|
||||
Reference in New Issue
Block a user