Files
goaway/client/index.html
pommee 64aa4ad569 ui: added themes
Now it is possible to have more colors on the dashboard, besides the dark/light modes. There are some predefined themes, with the idea of being able to create your own themes in future updates.
2025-12-08 20:48:38 +01:00

14 lines
391 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GoAway</title>
</head>
<body style="background-color: #000000">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>