-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
39 lines (39 loc) · 1.39 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
<!DOCTYPE html5>
<html>
<head>
<meta charset="UTF-8">
<meta name='description' content="The official personal website for Ziad (Mr.X) Software (aka. Insertx2k Dev, Mr.X)"/>
<link rel='stylesheet' href='404.css'/>
<title>Page not found - Insertx2k Dev's Website</title>
<link rel="icon" href="https://raw.githubusercontent.com/InsertX2k/mrx/main/iconmrx.jpg">
</head>
<body>
<center class="header">
<h1>
404 - Not found
</h1>
</center>
<center>
<p class="text0">
What are you trying to access, bro?
</p>
<p class="text0">
Insertx2k Dev's Official website is a single page website, which means that it only has a single web page
</p>
<ul class="pagesul">
<li>
<strong>
<a href="index.html" target="_self">Click here</a>
</strong>
</li>
</ul>
</center>
<hr class="divider">
<center>
<p class="footer">
By Ziad (Mr.X) Software, the developer/maintainer of Temp_Cleaner GUI <br>
this is a custom error 404 web page for The official Insertx2k Dev's Website.
</p>
</center>
</body>
</html>