added confused dashboard

This commit is contained in:
2025-05-13 04:03:43 +02:00
parent d4d7f485a7
commit b86f0a1e14
5 changed files with 109 additions and 7 deletions

View File

@@ -29,8 +29,14 @@
<!-- Flowbite -->
<link href="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.css" rel="stylesheet" />
<!-- in base.html, in <head> or just before </body> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.1/socket.io.min.js"></script>
</head>
<body class="bg-background text-text min-h-screen font-sans">
<!-- Header -->
@@ -129,6 +135,7 @@
</main>
<script src="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.js"></script>
<script>
function enableUsernameEdit() {
@@ -144,5 +151,5 @@
saveBtn.classList.remove('hidden');
}
</script>
</body>
</body>
</html>