forked from Math-Study/math-study.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (53 loc) · 2.64 KB
/
index.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
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Math Study</title>
<link rel="icon" href="assets/MSG_Logo.png">
<link rel="stylesheet" href="css/main.css">
<meta name="title" content="Math Study">
<meta name="description" content="A team of developers making entertaining websites, exploits, and other services.">
<meta name="keywords" content="fun, entertainment, developers, code, github">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
</head>
<body>
<h1 class="groupName"> a_pokemon_card </h1>
<p class="small-info"> My website for other cool websites </p>
<h2 class="subheader"> - Cool Projects - </h2>
<div class="project-tile" onclick="window.location.href = '/SonicManiaWeb'">
<h1 class="project-title">[Sonic Mania]</h1>
<p class="project-text">Sonic Mania in a browser. (Main menu crashes so press ESC and choose a stage)</p>
</div>
<div class="project-tile" onclick="window.location.href = '/half-life'">
<h1 class="project-title">[Half Life]</h1>
<p class="project-text">Half Life cause why not</p>
</div>
<div class="project-tile" onclick="window.location.href = '/Mario64webgl'">
<h1 class="project-title">[Super Mario 64]</h1>
<p class="project-text">Mario 64</p>
</div>
<div class="project-tile" onclick="window.location.href = 'https://yell0wsuit.page/games/'">
<h1 class="project-title">[Yell0wsuit Games]</h1>
<p class="project-text">A crazy amount of games (site by Yell0wsuit)</p>
</div>
<div class="project-tile" onclick="window.location.href = '/gba'">
<h1 class="project-title">[GBA]</h1>
<p class="project-text">A fully featured retro emulator. Started from GBA, now has 8+ consoles ready to be used!</p>
</div>
<div class="project-tile" onclick="window.location.href = '/srb2web'">
<h1 class="project-title">[SRB2 Web]</h1>
<p class="project-text">Sonic Robo Blast 2 in a web browser.</p>
</div>
<div class="project-tile discord" onclick="window.location.href = 'http://35.158.218.205/experiments/webDOOM/'">
<h1 class="project-title">[Doom]</h1>
<p class="project-text">Doom.</p>
</div>
</div>
<div class="page-curtain" id="curtain"></div>
<div class="dev-overlay" id="contact">
<h1 class="dev-name" id="contactInfo">Invalid Contact Clicked.</h1>
</div>
</body>
<script src="js/script.js"></script>
</html>