-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_404.html
More file actions
36 lines (34 loc) · 1.04 KB
/
Copy path_404.html
File metadata and controls
36 lines (34 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang=en>
<head>
<title>404 page not found</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
</head>
<body>
<section class="content">
<div class="content_center">
<h1><div class="ascii_section">
_
| |
| |===( ) //////
|_| ||| | o o|
||| ( c ) ____
||| \= / || \_
|||||| || |
|||||| ...||__/|-"
|||||| __|________|__
||| |______________|
||| || || || ||
||| || || || ||
---------------|||-------------||-||------||-||-------
|__> || || || ||
"Page not found"
</div></h1>
<br><br>
<a href="/index.html">Back to main</a>
</div>
</section>
</body>
</html>