-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="Spin the Wheel to find a Steam Game to Play!, wheelhaus, funhaus, steam roulette, roulette wheel" name="description">
<meta content="f00d4tehg0dz" name="author">
<title>The Wheelhaus</title>
<link rel="canonical" href="https://www.thewheelhaus.com" />
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23840368-17"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23840368-17');
</script>
<!-- Google Adsense -->
<script data-ad-client="ca-pub-1463423805165268" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>