Add RFID page, change order

This commit is contained in:
Carsten Graf
2025-06-06 14:41:49 +02:00
parent b17baaab9a
commit b56ffa6da4
6 changed files with 669 additions and 5 deletions

View File

@@ -3,8 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ninjacross Timer - Einstellungen</title>
<link rel="stylesheet" href="settings.css" />
<title>Ninjacross Timer - Einstellungen</title>
</head>
<body>
<div class="container">
@@ -234,6 +236,7 @@
// Einstellungen laden beim Seitenaufruf
window.onload = function () {
loadSettings();
loadWifiSettings();
loadSystemInfo();
loadCurrentTime();
updateCurrentTimeDisplay();