-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
53 lines (49 loc) · 1.67 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
<!--¯\_(ツ)_/¯ Why are you looking at my HTML?-->
<!DOCTYPE html>
<html lang="en" style="width: 100%; height: 100%;">
<head>
<meta charset="UTF-8">
<meta name="description" content="Liáng4793's Repository: Redefine the world with imagination. 404">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes">
<meta name="keywords" content="404">
<meta name="author" content="Liáng4793">
<link rel="shortcut icon" href="image/logoB.svg">
<link href="https://fonts.googlefonts.cn/css?family=Poppins" rel="stylesheet">
<title>Liáng4793's Repository-404</title>
<script defer src="https://cloud.umami.is/script.js" data-website-id="7d0ad76c-fd4d-471d-bded-46aa23e7aad7"></script>
<style type="text/css">
a {
text-decoration: none;
}
.hoverable {
cursor: pointer;
color: white;
}
.hoverable:hover {
color: rgb(250, 100, 0);
}
#errBox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
word-break: normal;
}
#errText {
font-size: 3.5rem;
color: rgb(250, 100, 0);
}
#errText2 {
font-size: 1.5rem;
color: rgba(255, 255, 255, 0.4);
}
</style>
</head>
<body style="background-color:#080808; width:100%; height:100%; margin:auto; cursor: crosshair;">
<div id="errBox">
<div id="errText">Err 404</div>
<div id="errText2">Imagination knows no bounds, but this website does have a few.</br><a href="https://liang4793.github.io/"><span class="hoverable">[Return to main]</span></a> to explore my imagination.</div>
</div>
</body>
</html>