forked from Divij-Agarwal-42/duckmath.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleaderboard.html
More file actions
52 lines (41 loc) · 2.11 KB
/
leaderboard.html
File metadata and controls
52 lines (41 loc) · 2.11 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
<!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 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="Check your scores">
<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">
<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 = "title_text_main" ><br>Leaderboard
<a class = "title_text_description" href ="https://forms.gle/v9cfj6Dw7rzDduTA8">Submit a score!</a>
<div class = "iframe">
<iframe class = "iframe" width="900" height="500" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQBTw7sJq1ic6w_JZ5gwxFGPkpnRNMcYWt8xVie5ITGH6EpkQsWM5AaJ4lSyJFsLpOOFCZyRF0nV0lf/pubhtml?widget=true&headers=false"
scrolling="no" frameborder="0" allowtransparency="true" id="gameFrame" name="gameFrame"></iframe>
</div>
<a href="https://github.com/maddox05"><img src="assets/img/club-penguin-dance.gif"></a>
</div>
</body>
</html>