-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (43 loc) · 1.08 KB
/
index.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
<html>
<head>
<title>MiMFa.Net</title>
<style>
body {
line-height: 1;
background-color: #2c2c2c;
}
hr{
color: #2c2c2c;
}
h1{
font-weight: bolder;
outline: 0;
}
.parent{
width:100%;
background-color: #424242;
color: #d0d0d0;
text-shadow: 2pt 2pt 2pt #2c2c2c;
text-align: center;
position: fixed;
vertical-align:middle;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.center {
font-family: ae_AlMothnna;
}
</style>
</head>
<body>
<div class="parent">
<hr />
<div class="center">
<h1>Not Found</h1>
<h4>The requested URL was not found on this server.</h4>
</div>
<hr />
</div>
</body>
</html>