-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror_404.html
31 lines (30 loc) · 990 Bytes
/
error_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
<!DOCTYPE html>
<html>
<head>
<title>Error!!</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/all.js"></script>
<link rel='shortcut icon' type="image/x-icon" href='favicon.ico?' >
</head>
<body>
<div class="nav-wrapper" id="content">
<div class="nav-bar-ico">
<div>
<a href="https://github.com/pshivvy" target="_blank"><img id="github" src="images/githubicon.png" onmouseover="gitOver()" onmouseout="gitOut()"/></a>
</div>
</div>
<div class="nav" >
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="intro">
<h2>Seems as though you have hit an obstacle. The page you are trying to access does not exist. Try again!</h2>
</div>
</body>
</html>