-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
26 lines (23 loc) · 1.26 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
<!--¯\_(ツ)_/¯ 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="stylesheet" type="text/css" href="global.css">
<link rel="stylesheet" type="text/css" href="404.css">
<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>
</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>