-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (88 loc) · 3.14 KB
/
index.html
File metadata and controls
121 lines (88 loc) · 3.14 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
</script>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Math Help</title>
<link rel="stylesheet" href="/main.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.2.0/css/all.css">
</head>
<style>a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
</style>
<body>
<nav>
<p> Hello everyone. Mathmania has come to its end. During an update, I foolishly deleted Mathmania. Those 12 hours were the best 12 hours of my life. Mathmania took a huge toll on my mental health, and made me stressed. Thank you to everyone for your support. Goodbye</p>
<div></ins>
<!--<a href="proxy"> Proxy💻</a>
</div></nav>
<div class="featured">
<h1>Featured:</h1>
<div class="column">
<a href="games/minecraft/">
<img src="images/mc.png">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
<a href="games/vex7/">
<img src="images/vex7.jpeg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
<div class="row">
<a href="games/subway-surfers">
<img src="images/subway.png">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
<div class="row">
<a href="games/drive-mad/">
<img src="images/drive-mad.jpg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
<div class="column">
<a href="games/gdashscratch/">
<img src="images/glogo.png">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
<a href="games/retro-bowl/">
<img src="images/retro-bowl.jpg">
<div class="play-button">
<i class="fa-solid fa-play"></i>
</div>
</a>
</div>
</div>
</div>-->
<div class="content">
<hr>
<h3>. ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .</h3>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '1095456093678878760', // Mathmania Discord
channel: '1095456094857465940' // #general
})
</script>
</div>
</div>