blob: 3cbf2aab41ca3cbbb7b904adb9d58cb9858acd6a (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Broken Talents Fun</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6856963757796636",
enable_page_level_ads: true
});
</script>
<script async src="//www.googletagmanager.com/gtag/js?id=UA-118868480-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118868480-1');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>
|