-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 980 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>