-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (35 loc) · 2.36 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>obvMath Links</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="stylesheet.css" type="text/css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://media.obvMath.com/favicon.ico">
</head>
<header style="background-color: black;">
<span style="user-select: none;"><img src="https://media.obvMath.com/obvMathLogo.png" class="imageAlignCenter" height="250px"></span>
</header>
<body style="background-color: black;">
<div class="textAlignCenter" style="user-select: none;">
<a href=https://obvMath.com target="_blank" style="text-decoration: none; color: black;"><button class="websiteButton" style="height: 50px; width: 135px;"><span><b>Website</b></span></button></a>
<br><br><br>
<a href=https://www.youtube.com/channel/UCXzcr0NFFkVWz2wbNiEDaBA target="_blank" style="text-decoration: none; color: black;"><button class="youtubeButton" style="height: 50px; width: 135px;"><span><b>YouTube</b></span></button></a>
<br><br><br>
<button class="discordButton" style="height: 50px; width: 135px;" onclick="discordTagAlert()"><span><b>Discord</b></span></button>
<script>
function discordTagAlert() {
alert("obvMath's Discord tag is obvMath#0289")
}
</script>
<br><br><br>
<a href=https://www.github.com/obvMath target="_blank" style="text-decoration: none; color: black;"><button class="githubButton1" style="height: 50px; width: 135px;"><span><b>Github</b></span></button></a>
<br><br><br>
<a href=https://hypixel.net/members/4245837 target="_blank" style="text-decoration: none; color: black;"><button class="hypixelButton" style="height: 50px; width: 135px;"><span><b>Hypixel Forums</b></span></button></a>
<br><br><br>
<button class="pcButton" style="height: 50px; width: 135px;"><span><b>PC Setup</b></span></button>
<br><br><br><br><br><br>
</div>
</body>
</html>