-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (96 loc) · 3.76 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="title" content="GateChamp | Real-time Gate Camp Checker" />
<meta
name="description"
content="GateChamp is a one-stop shop for survival in Eve Online. Route planning, real-time gate camp checking, and convenience tools. Never get caught off guard again."
/>
<meta
name="keywords"
content="eve online space gate check camp tool die dying live wormhole hauler hauling truck beginner guide wh beginner"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
href="/bebasneue-regular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/roboto-latin-400-normal.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<style>
@font-face {
font-family: "BebasNeue";
font-display: auto;
src: url("/bebasneue-regular.woff2") format("woff2"),
url("/bebasneue-regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-display: swap;
font-weight: 400;
src: url("/roboto-latin-400-normal.woff2") format("woff2"),
url("/roboto-all-400-normal.woff") format("woff");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<title>GateChamp | Survival tools for Eve Online</title>
<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" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#222222" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="GateChamp" />
<meta property="og:site_name" content="GateChamp" />
<meta property="og:url" content="https://gatechamp.space" />
<meta
property="og:description"
content="GateChamp is a one-stop shop for survival in Eve Online. Route planning, real-time gate camp information, and convenience tools. Never get caught off guard again."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://i.imgur.com/25174ET.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@gatechampapp" />
<meta name="twitter:title" content="GateChamp" />
<meta
name="twitter:description"
content="GateChamp is a one-stop shop for survival in Eve Online. Route planning, real-time gate camp information, and convenience tools. Never get caught off guard again."
/>
<meta name="twitter:image" content="https://i.imgur.com/25174ET.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-LQ8VKR7Z1E"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-LQ8VKR7Z1E");
</script>
</body>
</html>