-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
25 lines (21 loc) · 894 Bytes
/
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
<!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>
<img src="assets/MSG_Logo.png" alt="Math Study Group Logo" class="logo">
<h1 class="groupName"> 404 </h1>
<p class="small-info"> You have found a nonexistant page </p>
<h2 class="subheader"> - Go back or try again later - </h2>
</body>
<script src="js/script.js"></script>
</html>