-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (54 loc) · 2.66 KB
/
index.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exalt Rates - Path of Exile 2 Currency Calculator</title>
<meta
name="description"
content="Exalt Rates is a Path of Exile 2 currency calculator that lets you quickly and easily convert one currency to another. Find current exchange rates for Exalted Orbs, Chaos Orbs, and more!" />
<meta
name="keywords"
content="PoE 2, Path of Exile 2, PoE 2 currency, PoE 2 currency convert, PoE 2 currency calculate, Path of Exile, PoE, currency calculator, Exalted Orb, Chaos Orb, PoE rates, in-game currency, PoE trading" />
<meta name="author" content="Alper Aktaş" />
<link rel="canonical" href="https://exaltrates.trade/" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:title" content="Exalt Rates - Path of Exile 2 Currency Calculator" />
<meta
property="og:description"
content="Quickly calculate Path of Exile 2 currency values. Get current exchange rates for Exalted Orbs, Chaos Orbs, and more with Exalt Rates." />
<meta property="og:url" content="https://exaltrates.trade/" />
<meta property="og:image" content="/preview.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Exalt Rates - Path of Exile 2 Currency Calculator" />
<meta
name="twitter:description"
content="Quickly calculate Path of Exile 2 currency values. Get current exchange rates for Exalted Orbs, Chaos Orbs, and more with Exalt Rates." />
<meta name="twitter:image" content="/preview.png" />
<meta name="robots" content="index, follow" />
<meta name="google-adsense-account" content="ca-pub-8355823863632514" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C7EKBYFMGM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-C7EKBYFMGM");
</script>
</head>
<body style="background-color: #000; font-family: Fontin, Arial, sans-serif" class="text-primary-main">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>
<p>
Please enable JavaScript to use Exalt Rates. This application requires JavaScript to render its content and
enable user interaction.
</p>
</noscript>
</body>
</html>