-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathg4m3s.html
56 lines (49 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="dns-prefetch" href="https://universal.wgplayer.com" />
<script src="/assets/js/add.js"></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>