Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Settings - MLTX Dashboard</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| </head> | |
| <body> | |
| <custom-sidebar></custom-sidebar> | |
| <div class="main-content"> | |
| <h1>Settings</h1> | |
| <p>Configure your dashboard preferences and settings.</p> | |
| </div> | |
| <script src="components/sidebar.js"></script> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> |