fix: frontend: Replace generic 'Device admin' title

Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
This commit is contained in:
2025-12-23 12:08:36 +01:00
parent cd5939f4ee
commit 743188e1a4

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Device Admin</title> <title>TonBERRY pico</title>
<style> <style>
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
@@ -141,7 +141,7 @@
</head> </head>
<body> <body>
<h1>Device Admin</h1> <h1>TonBERRY pico</h1>
<nav> <nav>
<button onclick="showScreen('menu')">🏠 Main Menu</button> <button onclick="showScreen('menu')">🏠 Main Menu</button>