-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (29 loc) · 1.24 KB
/
404.html
File metadata and controls
32 lines (29 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Error 404: Page Not Found :\</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Madimi+One&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./404.css">
<link rel="icon" href="https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://www.google.com&size=32">
</head>
<body>
<a href="https://www.google.com">
<span class="logo"><p class="blue">G</p><p class="red">O</p><p class="yellow">O</p><p class="blue">G</p><p class="green">L</p><p class="red">E</p></span>
</a>
<p>
<b>404.</b>
<ins>That's an error.</ins>
</p>
<p>
The requested URL
<code>/webstorex</code>
was not found on this server.
<ins>That's all we know.</ins>
</p>
</body>
</html>