Skip to content

Commit d10ffcc

Browse files
authored
Update index.html
1 parent 371a924 commit d10ffcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</script>
1111
<meta charset="UTF-8">
1212
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13-
<title>Raspberry Pi Health Dashboard</title>
13+
<title>Wybie's Health Dashboard</title>
1414
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
1515
<style>
1616
.status-running { background-color: #38a169; }
@@ -21,7 +21,7 @@
2121
</head>
2222
<body class="bg-gray-900 text-gray-200 font-sans">
2323
<header class="bg-gray-800 p-4 shadow-md">
24-
<h1 class="text-2xl font-bold text-center">Raspberry Pi Health Dashboard</h1>
24+
<h1 class="text-2xl font-bold text-center">Wybie's Health Dashboard</h1>
2525
</header>
2626

2727
<main class="p-4">

0 commit comments

Comments
 (0)