-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathleaderboard.html
More file actions
31 lines (30 loc) · 2.25 KB
/
leaderboard.html
File metadata and controls
31 lines (30 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Changeable Stuff -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png" />
<title>agents gams hub - leaderboard</title>
<!-- Meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Styling -->
<link href="style.css" rel="stylesheet">
<link href="assets/fontawesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body data-theme="dark">
<div class=topnav><a href=. class="agentsgamsicon">agents gams<span class=blink>_</span></a><div class=dropdown><button class=dropbtn>Extras <i aria-hidden=true class="fa fa-caret-down"></i></button><div class=dropdown-content><a href="emulatorjs/"target=>EmulatorJS</a> <a href=https://discord.gg/AMAA6tkysF target=_blank>Official Server <i aria-hidden=true class="fa fa-external-link"></i></a> <a href="https://docs.google.com/document/d/1Tm8bdScREyatCB3DpfBX5u2tGwN1bHy0lrp13Xg43x4/edit?usp=sharing"target=_blank>Backup List <i aria-hidden=true class="fa fa-external-link"></i></a> <a href=https://forms.gle/wZHp65EoP1synuyXA target=_blank>Request a Project <i aria-hidden=true class="fa fa-external-link"></i></a> <a href="changelog.html"target=>Changelogs</a> <a href="halloffame.html">Hall of Fame</a></div></div><a href=tools.html class=right>Config</a><a href=status.html class=right>Status</a><a href=leaderboard.html class="right active">Leaderboard</a><a href=projects.html class=right>Projects</a></div>
<div style="display: flex; flex-direction: column; align-items: center; height: 100%;">
<h1 style="text-align: center;">Leaderboard</h1>
<button style="text-align: center; margin-bottom: 2em; height: 50px; width: 200px; font-size: 20px; cursor: pointer;" onclick="alert('Coming soon..!')">Submit a Score</button>
<div style="width: 100%; max-width: 600px;">
<div class="leaderboard-card">
<a href="projects.html?pg=1#slope"><img src="./assets/img/thumbnails/slope.jpeg" width="140"></a>
<h2 class="agentsgamsicon">Slope</h2>
<p><b>Player: </b>agentn86</p>
<p><b>Score: </b>-1</p>
</div>
</div>
</div>
<script src="assets/js/inject.js"></script>
</body>
</html>