-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (74 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;700&display=swap"
rel="stylesheet"
/>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#111111" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<!-- HTML Meta Tags -->
<title>Amtraker</title>
<meta
name="description"
content="Amtraker is a fast, lightweight, and easy to use Amtrak, Brightline, and VIA Rail Train Tracker."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Amtraker" />
<meta
property="og:description"
content="Amtraker is a fast, lightweight, and easy to use Amtrak, Brightline, and VIA Rail Train Tracker."
/>
<meta property="og:image" content="/content/images/amtraker_cover.webp" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="amtraker.com" />
<meta property="twitter:url" content="/" />
<meta name="twitter:title" content="Amtraker" />
<meta
name="twitter:description"
content="Amtraker is a fast, lightweight, and easy to use Amtrak, Brightline, and VIA Rail Train Tracker."
/>
<meta name="twitter:image" content="/content/images/amtraker_cover.webp" />
<!--
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1957239635288103"
crossorigin="anonymous"
></script>
-->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<main id="root"></main>
<script type="module" src="/src/index.jsx"></script>
<!-- Google tag (gtag.js) -->
<script
defer
async
src="https://www.googletagmanager.com/gtag/js?id=G-XSX5WM5XZQ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XSX5WM5XZQ");
</script>
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "3b3c100fa1134517af0c68186b52923f"}'
></script>
</body>
</html>