-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
23 lines (21 loc) · 961 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>404 Page Not Found !!!!</title>
<link rel="stylesheet" href="css/error.css">
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,200italic,200,300,300italic,400italic,600,600italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- For-Mobile-Apps-and-Meta-Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //For-Mobile-Apps-and-Meta-Tags -->
</head>
<body>
<div class="main w3l">
<h2>Page Not Found</h2>
<h1>Error Code 404</h1>
<h3>Sorry ! the page you are looking for can't be found</h3>
<a href="admin_login.php" class="back">BACK TO HOME</a>
</div>
</body>
</html>