-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
84 lines (77 loc) · 3.4 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<!--
<404 Webpage: A design for a "404 - Page not found" error>
Copyright (C) <2022> <Cromega>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!--
Icons authors:
<a href="https://www.flaticon.com/free-icons/cat" title="cat icons">Cat icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/cat" title="cat icons">Cat icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/cat" title="cat icons">Cat icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/cat" title="cat icons">Cat icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/cat" title="cat icons">Cat icons created by Freepik - Flaticon</a>
-->
<html>
<head>
<title>
404 - PNF
</title>
<link rel="stylesheet" href="style.css"
</head>
<header>
<img src="imgs/kitty (4).png" alt="Crying Kitty"/>
<h1>Error: 404 - Page Not Found</h1>
<img src="imgs/kitty (8).png" alt="Confused Kitty"/>
</header>
<body>
<div style = "background-color: transparent; border: none;">
<button>
<a href = "https://codepen.io/your-work" target="_blank">
<img src = "imgs/kitty (1).png" alt = "Robo Kitty"/>
</a>
<a href = "https://codepen.io/your-work" target="_blank">
<p>Back to Homepage</p>
</a>
</button>
</div>
<div>
<p>Recomendations before quit: </p>
<label>
<img src = "imgs/kitty (3).png" alt="Kitty Sleeping "/>
Reload/Recharge the page
</label>
<label>
<img src = "imgs/kitty (2).png" alt="Kitty writing"/>
Make sure the URL it's well writed.
</label>
<label>
<img src = "imgs/kitty (5).png" alt="Kitty Sherlock"/>
Search for similar domain (ex. "page.net", "pa-ge.xyz", etc.).
</label>
<label>
<img src = "imgs/kitty (6).png" alt="Kitty Programmer"/>
Make sure the website your searching exist or keep working.
</label>
<label>
<img src = "imgs/kitty (7).png" alt="Kitty Learner"/>
If want to understand this and other server errors with cats: <a id = "text_link" href="https://http.cat/" target="_blank">http.cat</a>.
</label>
</div>
</body>
<footer>
<h1 style = "margin: 0 .3em 0 0;">Designed by </h1>
<a href="https://github.com/Cromega08" rel="author" target="_blank">
<img src="https://avatars.githubusercontent.com/u/90356347?v=4" alt = "Cromega"/>
</a>
</footer>
</html>