55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
|
|
<meta name="theme-color" content="#0b1020" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
<link rel="manifest" href="./manifest.webmanifest">
|
|
<link rel="icon" href="./icons/icon-192.png">
|
|
<link rel="apple-touch-icon" href="./icons/icon-192.png">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
<title>WFW-Aushang</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrap">
|
|
<div class="titleRow">
|
|
<div class="titleIcon" aria-hidden="true"></div>
|
|
<h1>WFW-Aushang</h1>
|
|
<span id="titleCount" class="titleCount"></span>
|
|
</div>
|
|
<div id="status" class="status">Lade Liste…</div>
|
|
<div id="err" class="error" style="display:none"></div>
|
|
<div id="list" class="list"></div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<div class="footerInner">
|
|
<button id="closeBtn" class="btn btnSecondary">Aushang schließen</button>
|
|
<button id="themeBtn" class="btn btnSecondary">🌙 Dunkel</button>
|
|
<button id="refreshBtn" class="btn btnPrimary">↻ Refresh</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="installOverlay" role="dialog" aria-modal="true">
|
|
<div class="ovCard">
|
|
<div class="ovTitle" id="ovTitle">WFW-Aushang</div>
|
|
<p class="ovText" id="ovText">Installiere mich!</p>
|
|
<div class="ovBtns">
|
|
<button id="ovPrimaryBtn" class="btn btnPrimary">Installieren</button>
|
|
<button id="ovContinueBtn" class="btn btnSecondary">Weiter im Browser</button>
|
|
</div>
|
|
<div class="ovHint" id="ovHint" style="display:none"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="./app.js?v=2025.12.24.19"></script>
|
|
</body>
|
|
</html>
|