This repository was archived by the owner on May 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.7 KB
/
Copy pathindex.html
File metadata and controls
44 lines (38 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Modern SVG favicon (Chrome, Firefox, Edge, Safari 12+) -->
<link rel="icon" type="image/svg+xml" href="/omnilyth-core-public/favicon.svg" />
<!-- PNG fallback for older browsers -->
<link rel="icon" type="image/png" sizes="32x32" href="/omnilyth-core-public/Chromatic_Orb.png" />
<!-- Apple Touch Icon (iOS home screen) -->
<link rel="apple-touch-icon" sizes="180x180" href="/omnilyth-core-public/Chromatic_Orb.png" />
<!-- Theme color for browser UI (matches PoE gold) -->
<meta name="theme-color" content="#f4a900" />
<!-- Web App Manifest (PWA support) -->
<link rel="manifest" href="/omnilyth-core-public/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Project Omnilyth — PoE crafting toolkit: Chromatic, Fusing, Socketing calculators and Map Mod Regex generator." />
<title>Project Omnilyth</title>
<script>
// GitHub Pages SPA redirect handler
(function() {
var redirect = new URLSearchParams(window.location.search).get('p');
if (redirect) {
var q = new URLSearchParams(window.location.search);
q.delete('p');
var search = q.toString();
history.replaceState(null, '',
redirect + (search ? '?' + search : '') + window.location.hash
);
}
})();
</script>
<script type="module" crossorigin src="/omnilyth-core-public/assets/index-J4D9V3aS.js"></script>
<link rel="stylesheet" crossorigin href="/omnilyth-core-public/assets/index-BBVIQ_xk.css">
</head>
<body>
<div id="root"></div>
</body>
</html>