summaryrefslogtreecommitdiff
path: root/404.html
blob: ebbb8adcc67fab280f45edf24e138c6d19f8af61 (plain)
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
60
61
62
63
64
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()">&#9776;</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()">&times;</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>