-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
35 lines (33 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<title>南汐 | 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="" />
<link href="css/404font-awesome.min.css" rel="stylesheet" type="text/css" media="all">
<link href="css/404style.css" rel="stylesheet" type="text/css" media="all"/>
<link href="http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900" rel="stylesheet">
</head>
<body>
<div class="error_main">
<div class="content">
<h1>404 Error Page</h1>
<div class="error_content">
<span class="fa fa-frown-o"></span>
<h2>Sorry, Page not found!</h2>
<p>Sorry, the page you are visiting is unknown, temporarily inaccessible due to network issues, or the blog is being optimized. Please try again later.</p>
<form action="#" method="post">
<input class="serch" type="search" name="serch" placeholder="Search here" required="">
<button class="btn1"><i class="fa fa-search" aria-hidden="true"></i></button>
<div class="clear"> </div>
</form>
<a class="b-home" href="https://zzxe.eu.org/">Back to Home</a>
</div>
<div class="footer">
<p>Copyright © 2023.All rights reserved by <a target="_blank" href="https://zzxe.eu.org/">NANXI.</a></p>
</div>
</div>
</div>
</body>
</html>