-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
59 lines (59 loc) · 2.47 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error 404 Page Not Found - inioHD</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="robots" content="nofollow,noindex" />
<meta name="description" content="Find free and Open Source Web Applications developed by inioHD" />
<meta name="keywords" content="inioHD, otslider, open source, github, html, css, javascript, js, php, web development, web design" />
<link rel="stylesheet" type="text/css" href="src/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="src/css/style.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu|Open+Sans" />
<script src="src/js/jquery-1.12.2.min.js"></script>
</head>
<body>
<div class="hom-main"><!--main-->
<div class="hom-header"><!--header-->
<div class="hom-top-logo-section"><!--top-logo-->
<div class="hom-top-logo">
<div class="hom-logo">
<span><a href="/"><img src="src/img/iniohd.png" width="120px"></a></span>
</div>
</div>
</div><!--.top-logo-->
<div class="hom-top-nav"><!--top-nav-->
<div class="hom-top-nav-list">
<ul>
<li><a href="/">home</a></li>
<li><a href="">projects</a>
<ul>
<li><a href="otslider.html">OTSlider</a></li>
</ul>
</li>
<li><a href="about.html">about</a></li>
</ul>
</div>
</div><!--.top-nav-->
</div><!--.header-->
<div class="hom-article"><!--article-->
<div class="hom-section">
<div class="hom-404">
<div class="hom-wrap">
<h1>Error 404</h1>
<p>Page Not Found</p>
</div>
</div>
</div>
</div><!--.article-->
<div class="hom-footer"><!--footer-->
<div class="hom-footer-copyright">
<div>
<p>© 2020 - 2024 @inioHD</p>
</div>
</div>
</div><!--.footer-->
</div><!--.main-->
<script src="src/js/script.js"></script>
</body>
</html>