-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
119 lines (107 loc) · 2.77 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@@ -1,118 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>404 - AK TSA</title>
<style>
@import url(http://fonts.googleapis.com/css?family=Audiowide|Open+Sans);
body{
background:#c0392b;color:white;
font-family: 'Open Sans', sans-serif;
}
.deepshadow {
text-shadow:
0 -1px 0 #fff,
0 1px 0 #2e2e2e,
0 2px 0 #2c2c2c,
0 3px 0 #2a2a2a,
0 4px 0 #282828,
0 5px 0 #262626,
0 6px 0 #242424,
0 7px 0 #222,
0 8px 0 #202020,
0 9px 0 #1e1e1e,
0 10px 0 #1c1c1c,
0 11px 0 #1a1a1a,
0 12px 0 #181818,
0 13px 0 #161616,
0 14px 0 #141414,
0 15px 0 #121212,
0 22px 30px rgba(0, 0, 0, 0.9);
font-family:"Audiowide", sans-serif;
color: #e0dfdc;
font-size:1000%;margin:0;
}
.BigBtn{
background:none;
font-size:16px;
line-height:16px;
margin:0;
vertical-align:top;
color:black;
padding:12px 27px;
display:inline-block;
border:3px #000 solid;
position:relative;
transition: color 0.5s ease-in, border 0.2s ease;
overflow:hidden;
cursor:pointer;
text-decoration:none;
}
.BigBtn:hover{
color:white;
transition: color 0.5s ease-out, border 0.2s ease;
}
.BigBtn:active{
border:3px #8e44ad solid;
}
.BigBtn::before{
content:'';
background:white;
width:100%;
height:100%;
position:absolute;
left: 0; top:0;
z-index:-2;
}
.BigBtn::after{
content:'';
background:#8e44ad;
width:200%;
height:100%;
position:absolute;
right: 150%; bottom:0;
z-index:-1;
transform:skewX(45deg);
transition: right 0.5s ease-in, background 0.2s ease;
}
.BigBtn:hover::after{
right:-50%;
transition: right 0.5s ease-out, background 0.2s ease;
}
.BigBtn:active::after{
background:black;
}
p{
margin:0;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The official website of the Ardrey Kell Technology Student Association" />
<meta name="author" content="Michael Xing" />
<meta charset="UTF-8" />
</head>
<body>
<div style="position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-family:sans-serif;text-align:center;">
<h1 class="deepshadow">404</h1>
<h2>Rachel Broke It<sup style="font-size:50%;">TM</sup> :(</h2>
<p><a class="BigBtn" href="/">Home Page</a> <button onclick="window.history.back();" class="BigBtn">Back</button></p>
</div>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->