forked from Divij-Agarwal-42/duckmath.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (62 loc) · 3.83 KB
/
index.html
File metadata and controls
82 lines (62 loc) · 3.83 KB
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
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1533872335883359"
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 property="og:title" content="DuckMath">
<meta property="og:description" content="Welcome to DuckMath.org, where you can learn and have fun!">
<meta property="og:image" content="assets/img/goose_big.png">
<meta property="og:url" content="https://duckmath.org/">
<meta property="og:type" content="website">
<link rel=”canonical” href=”https://duckmath.org/”>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="DuckMath">
<meta name="description" content="Welcome to DuckMath.org, where you can learn and have fun!">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<title>DuckMath</title>
<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/games.css">
<link rel="stylesheet" href="assets/css/tooltips.css">
<script src="assets/js/main.js"></script>
<link rel="icon" type="image/x-icon" href="assets/img/duck.png">
<link rel="mask-icon" type="" href="assets/img/duck.png" color="#111">
<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>
</head>
<body>
<div class = "main_title_text">Duck Math
<div class = "title_text_description">Enjoy all your favorite applications!<br>
PLEASE consider turning off your ad-blocker as ads keep this site free, Thanks!<br>
<button class = "button-55" onclick="window.location.href='/g4m3s.html';">Play Now!</button>
<br>
<button class = "tooltip button-55" style ="min-width:320px; font-size: 45px" onclick="window.location='https://github.com/duckmath/duckmath.github.io'">Github
<span class="tooltiptext" >This website is open source! Go to this link to see the source code.</span>
</button>
</div>
<div class = "recommended">Recommended
<a id = "Retro Bowl" class = "Sports" href = "g4m3s/retro_bowl.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/retro_bowl_icon.webp" alt="Retro Bowl" width="200" height="200" loading="lazy"></a>
<a id = "Cookie Clicker" class = "Other" href = "g4m3s/CookieClicker.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/cookieclicker.webp" alt="Cookie Clicker" width="200" height="200" loading="lazy"></a>
<a id = "Tanuki Sunset" class = "Driving" href = "g4m3s/TanukiSunset.html" style="text-decoration:none"><img onmouseover="enlargeimage(this)" onmouseout="notlarge(this)" src="assets/img/icons/tanuki.webp" alt="Tanuki Sunset" width="200" height="200" loading="lazy"></a>
<br>
<div style = "font-size: 0">Hi</div>
<div style="font-size: 20px; line-height: 120%" >I am in no way responsible for ANY trouble
you get in for using this site at ANY time.
I don't own any of the content on this website.</div>
<br>
</div>
</div>
</body>
</html>