-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhalloffame.html
More file actions
57 lines (53 loc) · 3.57 KB
/
halloffame.html
File metadata and controls
57 lines (53 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Changeable Stuff -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png" />
<title>agents gams hub - hall of fame</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>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;">Hall of Fame</h1>
<div style="width: 100%; max-width: 600px; margin-bottom: 1em;">
<p><i>The following is a collection of people/teams that helped out during the development of agents gams. This is basically a "thank you" page. For credits on scraping/projects, go to the homepage and click on "Credits" on the bottom right.</i></p>
</div>
<!--ADD THIS LATER <div style="width: 100%; max-width: 600px; margin-bottom: 1em;">
<h2>Patreon Supporters</h2>
<p>If you donate <a href="https://patreon.com/agentn86">on Patreon</a>, you get special benefits like behind the scenes content, easily assessible contact of agent, ad-free links, pr--ies, and more! You also get a special tag on the server.</i></p>
<ul>
<li><b style="color:rgb(202, 123, 70)">Simpletons</b><ul>
<li><i>No one yet</i></li>
</ul></li>
<li><b style="color: rgb(182, 182, 182)">Charitable</b><ul>
<li><i>No one yet</i></li>
</ul></li>
<li><b style="color: rgb(122, 206, 127)">Middle-class</b><ul>
<li><i>No one yet</i></li>
</ul></li>
<li><b style="color: rgb(56, 206, 226)">Rich</b><ul>
<li><i>No one yet</i></li>
</ul></li>
</ul>
</div>-->
<div style="width: 100%; max-width: 600px; margin-bottom: 1em;">
<h2>Original Ad Creators</h2>
<p>People who donated to put their ads on the website before moving to Google Advertisements. <i>Names were grabbed from the users Cash App name.</i></p>
<ul>
<li>Jackson C.</li>
<li>Mason H.</li>
<li>Mittensyk K.</li>
<li>Levi M.</li>
<li><i>And others that paid physically...</i></li>
</ul>
</div>
</div>
<script src="assets/js/inject.js"></script>
</body>
</html>