diff options
| author | mcd223 <jacob@simplelittledream.com> | 2019-02-07 19:38:42 -0500 |
|---|---|---|
| committer | mcd223 <jacob@simplelittledream.com> | 2019-02-07 19:38:42 -0500 |
| commit | 5552ce957b496dd4f0b8447dbfbf8718fbd1f2a7 (patch) | |
| tree | 50243c695dfb3252fde70254e50087e54044583e /404.html | |
redesign 3
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..ebbb8ad --- /dev/null +++ b/404.html @@ -0,0 +1,65 @@ +<html> +<title>404</title> +<link href="https://mcd223.github.io/CSS/main.css" rel="stylesheet" type="text/css"> +<link href="https://mcd223.github.io/CSS/mobile.css" rel="stylesheet" type="text/css"> +<script> +--- +permalink: /404.html +--- +</script> +<style> +body{background-color:#323232;} +p{text-align:center;font-size:250%;color:white;} +img{width:400px;height:259.5px;} +</style> +<body onkeydown="keyCode(event)" id="body"> +<div id="main"> + <span style="font-size:30px;cursor:pointer;color:white;" onclick="openNav()">☰</span> +<center> +<p> Error 404 Page Not Found. </p> +<p> Somthing went wrong, but someone is fixing it. </p> +<img id="404" src="https://mcd223.github.io/404.gif" alt="404" width="400" height="259.5"> +</center> +<div id="mySidenav" class="sidenav"> +<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> + +<a href="https://mcd223.github.io">Home</a> +<a href="https://mcd223.github.io/morsecode/">Morse code</a> +<a href="https://mcd223.github.io/binary/">Binary</a> +<a href="https://mcd223.github.io/Pacman/">Google Pacman</a> +<a href="https://www.google.com/">Google.com</a> +<a href="https://duckduckgo.com/">DuckDuckGo</a> +<a href="https://mail.google.com/mail/u/0/?tab=wm#inbox">Gmail</a> +<a href="https://sites.google.com/a/simplelittledream.com?tab=m3&pli=1">Google Sites</a> +<a href="https://drive.google.com/drive/u/0/my-drive">Google Drive</a> +<a href="https://www.youtube.com"> Youtube </a> +<a href="https://www.4chan.org"> 4chan </a> +<a href="https://8values.github.io/">8Values</a> +<a href="https://www.politicalcompass.org/test/">Political Compass</a> +<a href="https://www.8ch.net"> 8chan </a> +<a href="https://www.twitch.tv/">Twitch</a> +<a href="https://twitter.com/"> Twitter </a> +<a href="http://www.urbandictionary.com/">Urban Dictionary</a> +<a href="http://ai2.appinventor.mit.edu/"> google app maker </a> +<a href="https://www.google.com/voice/"> google voice </a> +<a href="https://susestudio.com/"> os maker </a> +<a href="http://www.computerhope.com/overview.htm"> MS-DOS commands </a> +<a href="http://geektyper.com/"> GEEK TYPER </a> +<a href="https://www.dropbox.com/home"> dropbox </a> +<a href="http://www.w3schools.com/html/default.asp"> html tutorial </a> +</div> + + + +<script> +function openNav() { + document.getElementById("mySidenav").style.width = "250px"; + document.getElementById("main").style.marginLeft = "250px"; +} +function closeNav() { + document.getElementById("mySidenav").style.width = "0"; + document.getElementById("main").style.marginLeft= "0"; +} +</script> +</body> +</html> |
