-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
g4m3s.html
74 lines (66 loc) · 2.3 KB
/
g4m3s.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8362959866002557"
crossorigin="anonymous"></script> -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8362959866002557"
crossorigin="anonymous"
></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-63K8BHHS38"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-63K8BHHS38");
</script>
<meta name="robots" content="noindex" />
<!--~ Meta Tags -->
<meta charset="UTF-8" />
<meta
property="og:image"
content="https://duckmath.org/assets/img/duck.webp"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="List DuckMath" />
<meta
name="description"
content="Play your favorite online g4m3s free now!"
/>
<meta name="language" content="English" />
<!--? Title -->
<title>List DuckMath</title>
<!--* Stylesheets -->
<link rel="stylesheet" href="/assets/css/text_styles.css" />
<link rel="stylesheet" href="/assets/css/topnav.css" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/gabes.css" />
<!--^ Main Script -->
<script src="/assets/js/main.js"></script>
<!--* Favicon -->
<link rel="icon" type="image/x-icon" href="/assets/img/duck.webp" />
<link rel="mask-icon" type="" href="/assets/img/duck.webp" color="#111" />
<!--^ Other Scripts -->
<noscript
>Your browser doesn't have JavaScript enabled. Please enable JavaScript or
switch to a browser that supports it.</noscript
>
<script src="/assets/js/index.js" type="text/javascript" defer></script>
<!-- Removed Firebase module 2 -->
</head>
<body>
<div class="title_text" style="font-size: 3rem">
<h1>G4M3S Page has Moved!</h1>
<a style="font-size: 2.5rem" class="button1" href="index.html"
>Take me There!</a
>
</div>
</body>
</html>