Spaces:
Running
Running
File size: 647 Bytes
d2c9c36 5f54acc d2c9c36 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!DOCTYPE html>
<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> |