forked from CTGP-7/ctgp-7.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
60 lines (48 loc) · 1.49 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Favicons -->
<link rel="shortcut icon" href="https://ctgp-7.github.io/ctgp-7-logo.png">
<link rel="apple-touch-icon" href="https://ctgp-7.github.io/ctgp-7-logo.png">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="https://skylarmccauley.xyz/css/style.css">
<link rel="stylesheet" type="text/css" href="https://ctgp-7.github.io/src/css/main.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<style>
.error {
font-size: 30pt;
}
.msg {
font-size: 15pt;
}
.backhome {
font-size: 13pt;
}
.mb-10 {
margin-bottom: 10% !important;
}
.lakitu-container {
text-align: center;
}
</style>
<body>
<div class="container">
<div class="title">
<div class="lakitu-container"><img class="lakitu" src="https://thumbs.gfycat.com/AstonishingSoulfulGlassfrog-max-1mb.gif"></div>
</div>
<div class="faq">
<p>You're going the wrong way!</p>
<p><a href="https://ctgp-7.github.io/">Click here for Lakitu to bring you back.</a></p>
</div>
<div class="mb-10"></div>
</div>
</body>
</html>