mirror of
https://github.com/Whispergate/Hecate
synced 2026-06-06 16:57:58 +00:00
18 lines
980 B
HTML
18 lines
980 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<script>
|
|
(function(){var t=localStorage.getItem('hecate_theme');if(t)document.documentElement.setAttribute('data-theme',t);})();
|
|
</script>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Hecate</title>
|
|
<!-- Favicon: inline SVG sigil -->
|
|
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,4 93,27 93,73 50,96 7,73 7,27' fill='%231a0808' stroke='%238b1a1a' stroke-width='3'/%3E%3Ccircle cx='50' cy='50' r='14' fill='none' stroke='%238b1a1a' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='5' fill='%23c03030'/%3E%3Cline x1='25' y1='72' x2='75' y2='28' stroke='%230e0404' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|