We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371a924 commit d10ffccCopy full SHA for d10ffcc
static/index.html
@@ -10,7 +10,7 @@
10
</script>
11
<meta charset="UTF-8">
12
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13
- <title>Raspberry Pi Health Dashboard</title>
+ <title>Wybie's Health Dashboard</title>
14
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
15
<style>
16
.status-running { background-color: #38a169; }
@@ -21,7 +21,7 @@
21
</head>
22
<body class="bg-gray-900 text-gray-200 font-sans">
23
<header class="bg-gray-800 p-4 shadow-md">
24
- <h1 class="text-2xl font-bold text-center">Raspberry Pi Health Dashboard</h1>
+ <h1 class="text-2xl font-bold text-center">Wybie's Health Dashboard</h1>
25
</header>
26
27
<main class="p-4">
0 commit comments