summaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-01-16 21:21:22 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2021-01-16 21:21:22 -0500
commitfcd16bc0fc2ffd457d2f085395f97af752f1093d (patch)
treeb4a3e982a4c4e0deb1afbd58057be08004e6dcc3 /404.html
parent3cbd1a5ec7f333b1837ecc0072daa56de7afa596 (diff)
New Version of the website
Diffstat (limited to '404.html')
-rwxr-xr-x404.html95
1 files changed, 18 insertions, 77 deletions
diff --git a/404.html b/404.html
index e48d9d7..db574e3 100755
--- a/404.html
+++ b/404.html
@@ -1,79 +1,20 @@
<html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <meta name="description" content="This is the personal website for the real Jacob McDonnell. Feel free to look around, you might find something interesting."/>
- <meta name="author" content="Jacob McDonnell"/>
- <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell"/>
- <link id="cssFile" href="CSS/PurpleAndDark.css" rel="stylesheet" type="text/css">
- <title>Jacob McDonnell</title>
- <script src="JS/main.js"></script>
- <script src="JS/cookies.js"></script>
- <script src="JS/command.js"></script>
- </head>
-
-<script>
----
-permalink: /404.html
----
-</script>
- <body onkeydown="keyCode(event)" onload="FocusOnInput(),checkCookie(),setCookie('theme', getCookie('theme', 365))">
- <aside id="NavBar">
- <img src="images\menu.svg" id="menuicon" class="menuimg">
- <nav>
- <ul id="menuLinks">
- <p id="menuX" class="MenuX">X</p>
- <li><a href="https://jacobmcdonnell.com/">Home</a></li>
- <li><button onclick="dropdown('pages')" class="dropbtn">Pages</button>
- <div id="pages" class="dropdown-content">
- <a href="https://jacobmcdonnell.com/">Home</a>
- <a href="https://jacobmcdonnell.com/morsecode/">Morse code</a>
- <a href="https://jacobmcdonnell.com/binary/" id="pLink">Binary</a>
- <a href="https://jacobmcdonnell.com/Pacman/" id="pLinks">Google Pacman</a>
- <a href="https://jacobmcdonnell.com/settings.html">Settings and Information</a>
- <a href="https://jacobmcdonnell.com/extensions.html">Chrome Extensions</a>
- </div></li>
- <li><a href="https://duckduckgo.com/">DuckDuckGo</a></li>
- <li><button onclick="dropdown('gsites')" class="dropbtn">Google Sites</button>
- <div id="gsites" class="dropdown-content">
- <a href="https://mail.google.com/mail/?tab=wm&authuser=0&ogbl">Gmail</a>
- <a href="https://play.google.com/music/listen?authuser&u=0#/home">Google Play Music</a>
- <a href="https://photos.google.com/">Google Photos</a>
- <a href="https://domains.google.com/m/registrar/">Google Domains</a>
- <a href="https://drive.google.com/drive/u/0/my-drive">Google Drive</a>
-
- </div></li>
- <li><a href="https://www.youtube.com">Youtube</a></li>
- <li><button onclick="dropdown('gitSites')" class="dropbtn">Git Sites</button>
- <div id="gitSites" class="dropdown-content">
- <a href="https://www.github.com/">Github</a>
- <a href="https://gitlab.com/">GitLab</a>
- </div></li>
- <li><a href="https://www.twitch.tv/">Twitch</a></li>
- <li><a href="http://www.w3schools.com/html/default.asp">html tutorial</a></li>
- </ul>
- </nav>
- </aside>
- <main>
- <h1 style="text-align:center;font-size:70px;">404 Page not found</h1>
- <h2 style="text-align:center;font-size:50px;"><------- You can go to one of the links over here.</h2>
- </main>
- <script>
- (function() {
- var menu = document.querySelector('ul'),
- menulink = document.getElementById('menuicon'),
- menuclose = document.getElementById('menuX');
- menulink.addEventListener('click', function(e) {
- menu.classList.toggle('active');
- e.preventDefault();
- });
- menuX.addEventListener('click', function(e) {
- menu.classList.toggle('active');
- e.preventDefault();
- });
- })();
- </script>
- </body>
-</body>
+ <head>
+ <title>404 Page Not Found</title>
+ <link href="CSS/main.css" rel="stylesheet" type="text/css">
+ </head>
+ <body>
+ <ul>
+ <li><a href="https://jacobmcdonnell.com/">home</a></li>
+ <li><a href="https://gitlab.com/Jacob_McDonnell/">git</a></li>
+ <li><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
+ <li><a href="https://jacobmcdonnell.com/#about">about</a></li>
+ </ul>
+ <div class="main">
+ <center>
+ <h1>404 Page Not Found</h1>
+ <p>Maybe you want to go to one of the pages in nav bar instead.</p>
+ </center>
+ </div>
+ </body>
</html>