-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (26 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<title>pages-error-404</title>
<link rel="stylesheet" type="text/css" href="404.css">
</head>
<body class="fix-header card-no-border fix-sidebar">
<section id="wrapper" class="error-page">
<div class="error-box">
<div class="error-body text-center">
<h1>404</h1>
<h3 class="text-uppercase">Page Not Found !</h3>
<p class="text-muted m-t-30 m-b-30">The page you were looking for does not exist!</p>
<p class="text-muted m-t-30 m-b-30">If you got to this page by clicking a link, please notify us so we can fix this error :)</p>
<a href="index.html" class="btn btn-info btn-rounded waves-effect waves-light m-b-40">Back to home</a>
</div>
<img src="assets/images/404/not-found.svg" alt="File not found"class="nf">
<footer class="footer text-center"> © 2020 Awesome Portfolio Website by contributors <a href=""></a> </footer>
</div>
</section>
</body></html>