2024-05-17 12:30:10 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en" class="dark">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="preconnect" href="https://rsms.me/" />
|
|
|
|
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
2024-10-16 07:55:44 +00:00
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/svg+xml"
|
|
|
|
|
media="(prefers-color-scheme: light)"
|
|
|
|
|
href="/just-logo-dark.svg"
|
|
|
|
|
/>
|
|
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/svg+xml"
|
|
|
|
|
media="(prefers-color-scheme: dark)"
|
|
|
|
|
href="/just-logo.svg"
|
|
|
|
|
/>
|
2024-05-17 12:30:10 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-11-21 07:43:25 +00:00
|
|
|
<title>Hive Console</title>
|
|
|
|
|
<meta name="robots" content="noindex, nofollow" />
|
2024-05-17 12:30:10 +00:00
|
|
|
<script src="/__env.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-10-09 08:13:22 +00:00
|
|
|
<div class="font-sans text-white" id="root"></div>
|
2024-05-17 12:30:10 +00:00
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|