added confused dashboard
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user