-
-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (54 loc) · 3.42 KB
/
index.html
File metadata and controls
69 lines (54 loc) · 3.42 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
<!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">
<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 app1ications!<br>
PLEASE consider turning off Ad-b!0cker as this site costs a lot to keep up, Thanks!<br>
<button class = "button-55" onclick="window.location.href='/g4m3s.html';">Play Now!</button>
<br>
<button class = "button-55" style ="min-width:320px; font-size: 45px" onclick="window.location.href='https://github.com/duckmath/duckmath.github.io';">Github</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>
<!-- <div style = "font-size: 1px">Hi</div> -->
</div>
</div>
</body>
</html>