-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (40 loc) · 2.69 KB
/
Copy pathindex.html
File metadata and controls
47 lines (40 loc) · 2.69 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
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>POE2HTC - Path of Exile 2 Crafting Calculator & Optimizer</title>
<meta name="description" content="Free Path of Exile 2 crafting calculator. Find optimal crafting paths, calculate probabilities, and simulate item crafting with currencies. Best PoE2 crafting tool 2025." />
<meta name="keywords" content="Path of Exile 2, PoE2, crafting calculator, item crafting, currency optimizer, crafting simulator, PoE2 tools, path of exile crafting" />
<meta name="author" content="Dboire" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://poe2htc.com/" />
<meta property="og:title" content="POE2HTC - Path of Exile 2 Crafting Calculator" />
<meta property="og:description" content="Free Path of Exile 2 crafting calculator. Find optimal crafting paths and calculate success probabilities." />
<meta property="og:image" content="https://poe2htc.com/icon.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://poe2htc.com/" />
<meta name="twitter:title" content="POE2HTC - Path of Exile 2 Crafting Calculator" />
<meta name="twitter:description" content="Free Path of Exile 2 crafting calculator. Find optimal crafting paths and calculate success probabilities." />
<meta name="twitter:image" content="https://poe2htc.com/icon.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://poe2htc.com/" />
<!-- Cache Control -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- Security -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://api.poe2htc.com https://*.vercel-analytics.com https://*.vercel-insights.com; script-src 'self' 'unsafe-inline' https://*.vercel-analytics.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' data:; connect-src 'self' https://api.poe2htc.com https://*.vercel-analytics.com https://*.vercel-insights.com http://localhost:* ws://localhost:*;" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/icon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/icon.png" />
<link rel="apple-touch-icon" href="/icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>