Changed page title and added a favicon

This commit is contained in:
2025-08-31 15:45:49 +02:00
parent b7f32c2bce
commit 9c7f6e9a01
3 changed files with 35 additions and 6 deletions

View File

@@ -3,12 +3,10 @@
<head>
<meta ame="viewport" content="width=device-width, initial-scale=1" charset=" UTF-8">
<title>Debug Divs</title>
<title>Dashboard</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
crossorigin="anonymous"></script>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
</head>
<body id="main_body" class="m-2 bg-light-subtle d-flex flex-wrap justify-content-center">
@@ -56,7 +54,10 @@
}
fetchData(); // start the loop
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
crossorigin="anonymous"></script>
</html>