-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
33 lines (29 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 - Page Not Found</title>
<link rel="icon" href="assets/css/images/icon.ico" type="image/x-icon">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="main">
<article id="home" class="panel">
<h1>404 - Page Not Found</h1>
<p >Sorry, the page you are looking for does not exist.</p>
<a href="index.html" style="display: block;">Go back to homepage</a>
<img src="assets/css/images/squimsh.gif" alt="Funny anime gif">funny anime girl hehe
</article>
</div>
</div>
<!-- All the scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>