-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherror.html
29 lines (26 loc) · 1.2 KB
/
error.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
<!doctype html>
<html class=no-js lang=en>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8" />
<meta http-equiv=X-UA-Compatible content="IE=edge" />
<meta name=viewport content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>OOPS! Page Not Found</title>
<meta name=author content=hackCBS />
<link rel="shortcut icon" type="image/x-icon" href="assets/img/logo.png" />
<link rel=icon type="image/x-icon" href="assets/img/logo.png" />
<link rel=manifest href="assets/img/favicon/manifest.html">
<link rel=stylesheet href="assets/libs/bootstrap/css/bootstrap.min.css" media=all />
<link rel=stylesheet href="assets/libs/fontawesome/css/font-awesome.min.css" media=all />
<link id=lgx-master-style rel=stylesheet href="assets/css/style-default.min.css" media=all />
<style type="text/css"></style>
</head>
<body>
<div class="container">
<center> <img src="assets/img/page-not-found.png" width="60%">
<h2>OOPS! Page Not Found</h2>
<hr> <br>
<h3>Continue to <a href="https://www.hackcbs.tech/"><i><u>hackcbs.tech</u>...</i></a></h3>
</center>
</div>
</body>
</html>