-
Notifications
You must be signed in to change notification settings - Fork 6
/
Request.html
51 lines (49 loc) · 2.25 KB
/
Request.html
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
<!DOCTYPE html>
<html>
<head>
<title>Private Policy</title>
<link rel="icon" type="image/jpg" href="../images/favicon.jpg?v2" />
<link rel="stylesheet" href="../style.css">
<style>
body {
font-family: Arial, sans-serif;
background-color: #1a1a1a;
color: #ffffff;
margin: 0;
padding: 20px;
}
h1 {
text-align: center;
color: #379cf4;
font-weight: bold;
}
a {
color: #674bc3;
text-decoration: none;
font-size: 17px;
font-weight: bold;
display: block;
}
footer a {
display: inline;
margin-right: 10px;
}
</style>
<body>
<img src="/back.png" alt="BACK" style="width:84px;height:84px;" onclick="window.open('', '_self', ''); window.close();" style="cursor: pointer;" />
<center>
<h1><FONT COLOR="#ffffff">Links for games to request</h1>
<br><h2 class="links"><a href="https://github.com/mathgames66/mathgames66.github.io/tree/main/games/html5" target="_blank"> #1 mathgames66</a></h2></li>
<br><h2 class="links"><a href="https://github.com/D3ch/hell/tree/main/Games" target="_blank"> #2 he1l</a></h2></li>
<br><h2 class="links"><a href="https://github.com/3kh0/website-v2/tree/main/projects" target="_blank"> #3 3kh0 v2 (v3&v4 are banned off of github)</a></h2>
<br><h2 class="links"><a href="https://github.com/mackeylol/copyofmasite" target="_blank"> #4 Capy Games</a></h2>
<br><h2 class="links">any other games, flash gmaes, mainly HTML files please</h2>
<h1><FONT COLOR="#ffffff">Request a game</h1>
<h3 class="idk"><a href="https://discord.gg/43D6ds9X3P" target="_blank">Discord</h3>
<a href="mailto:[email protected]?subject=I%20would%20like%20to%20add%20my%20game%20to%20your%20website&body=%3CPlease%20Include%20Game%20Name%2C%20Your%20Name%2FCredits%2C%20and%20The%20Game%20File(s)%3E">Add your own game :)</a>
<br<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdgvd4GnfQ1LLJSSxqifrDwziS9aQ1x2Mle4b956-zAG-uoGw/viewform?embedded=true" width="640" height="1140" frameborder="0" marginheight="0" marginwidth="0"></iframe>
</center>
</main>
<script src="main.js"></script>
</body>
</html>