aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-01-20 21:33:21 +0530
committerGitHub <noreply@github.com>2018-01-20 21:33:21 +0530
commit7ec5b49679f26a8dc6387d4bc5613f01adcb40d2 (patch)
tree397534db8d18b15c362807b5e573f29536762308
parent99d2e965f2fbc333870939c4d46dc6273c53307f (diff)
Create 404.html
-rw-r--r--404.html71
1 files changed, 71 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..18516c6
--- /dev/null
+++ b/404.html
@@ -0,0 +1,71 @@
+<!DOCTYPE html>
+<html lang="en" >
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="referrer" content="origin" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui">
+
+ <title>Contact Me</title>
+
+
+
+ <link rel="stylesheet" href="css/menu.css">
+ <link rel="stylesheet" href="css/404.css">
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-108635191-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-108635191-1');
+ </script>
+
+
+</head>
+
+<body>
+ <!-- Menu by Captain Anonymous who forked it from Dmitry Kiselyov-->
+ <div id='cssmenu'>
+ <ul>
+ <li><a href='https://navanchauhan.github.io'>Home</a></li>
+ <li class='active'><a href='#'>Projects</a>
+ <ul>
+ <li><a href='https://navanchauhan.github.io/Mjolnir'>Mjölnir</a>
+
+ </li>
+ <li><a href='https://navanchauhan.github.io/Grub-Repair-Toolkit'>GYGB</a>
+
+ </li>
+ </ul>
+ </li>
+ </li>
+ <li><a href='#'>Contact</a></li>
+ </ul>
+ </div>
+ <script src='js/jquery.min.js'></script>
+
+
+
+ <script src="js/menu.js"></script>
+
+ <div class="container">
+ <section class="center">
+ <article>
+ <h1 class="header">404</h1>
+ <p class="error">ERROR</p>
+ </article>
+ <article>
+ Looks like you are lost.....
+ </article>
+</section>
+
+
+</div>
+
+
+
+</body>
+
+</html>