-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
20 lines (20 loc) · 854 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 — charley.wtf</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css">
<link rel="icon" href="assets/img/favicon.png" type="image/png">
</head>
<body>
<div style="height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<img src="assets/img/error.jpg" alt="Error" style="width: 10%; margin-bottom: 2rem;">
<h1>Error 404</h1>
<p>Page not found</p>
<a href="/"><i class="fas fa-angle-left"></i> Go back</a>
</div>
</body>
</html>