-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (27 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<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>404 - MTT</title>
<link rel="stylesheet" href="/v4/v4_style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KPN8JSN6DJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-KPN8JSN6DJ');
</script>
</head>
<body style="">
<div id="e404" class="card" style="background-color: #122235;width:80vw;height:80vh;margin-top:5vh;">
<span style="font-size: 25vh;font:Roboto bold;color:rgb(255, 217, 0);font-weight: bold;">404</span>
<span style="font-size: 18px;font:Roboto bold;color:springgreen;font-weight: bold;">The page you are trying to
view from was not found.<br> Please check the url of the page you are trying to visit.</span>
</div>
</body>
</html>