Icons, Footer, Stundenformel

This commit is contained in:
2026-02-05 13:27:39 +01:00
parent 7d6951334f
commit 3c282a0f3c
17 changed files with 100 additions and 28 deletions

View File

@@ -14,6 +14,7 @@ checkinApp.set('views', path.join(__dirname, 'views'));
// Middleware für Check-in-Server
checkinApp.use(express.json());
checkinApp.use(express.static('public'));
/** Erkennt Browser-Aufruf: Accept-Header enthält text/html (z. B. beim Aufruf per QR/Link im Browser). */
function wantsHtml(req) {