-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror404.html
More file actions
52 lines (38 loc) · 2 KB
/
error404.html
File metadata and controls
52 lines (38 loc) · 2 KB
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Marstech Buzz</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Marstech Buzz is a technology blog with a focus on the latest technology updates and how it can be used to make the world a better place." />
<meta name="keywords" content="Marstech, HTML, CSS, JavaScript, PHP,Blog, eco-friendly, Blockchain, Technology, Coding, web-development, website, app, android, ios" />
<meta name="author" content="Marstech" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.svg" />
<link rel="stylesheet" type="text/css" href='css/errorstyle.css' />
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body class="single-post">
<!-- Preloader Gif -->
<!-- Left Sidebar -->
<!-- Single Content -->
<div id="content" class="site-content center-relative">
<div>
<p id="error">E<span>r</span>ror</p>
<p id="code">4<span>0</span><span>4</span></p>
<a id="code" href="index.html" style="font-size: large;">back<span>to</span><span>marstech</span></a>
</div>
</div>
<!--Load JavaScript-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type='text/javascript' src='js/imagesloaded.pkgd.js'></script>
<script type='text/javascript' src='js/jquery.nicescroll.min.js'></script>
<script type='text/javascript' src='js/jquery.smartmenus.min.js'></script>
<script type='text/javascript' src='js/jquery.carouFredSel-6.0.0-packed.js'></script>
<script type='text/javascript' src='js/jquery.mousewheel.min.js'></script>
<script type='text/javascript' src='js/jquery.touchSwipe.min.js'></script>
<script type='text/javascript' src='js/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='js/main.js'></script>
</body>
</html>