forked from Chardrah/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.21 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Goodbye to Meximath V2</title>
<style>
html, body {
background: #141414;
font-family: 'Trebuchet MS', Arial, sans-serif;
color: white;
text-align: center;
}
button {
cursor: pointer;
border: none;
background-color: #000000;
border-radius: 20px;
color: var(--text-color);
padding: 10px 10px;
border: 3px solid #313131;
margin: 3px;
transition: 0.3s;
}
</style>
</head>
<body>
<main>
<h1>Goodbye to Meximath V2🪦🕊️</h1>
<h3>this link was made on github, which means it uses meximath v2 which is out of support<h3>
<h3>for a more up to date site, click one of these below.</h3>
<a href="https://docs.google.com/presentation/d/1EwsEa4WMXX80HKZKoh-tePPpqrBiKDRDc_CLyhYBRdU/edit?usp=sharing">new site links</a> <br>
<a href="https://discord.gg/Gn6RkhWQfq">discord</a> <br>
</div>
</main>
</body>
</html>