-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·95 lines (95 loc) · 7.53 KB
/
404.html
File metadata and controls
executable file
·95 lines (95 loc) · 7.53 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<title>The OS Simulation Project</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta content="#34363e" data-react-helmet="true" name="theme-color">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="/os.png" />
<script type="text/javascript" src="/buttonProtector.js"> </script>
</head>
<body>
<iframe sandbox="allow-same-origin allow-scripts allow-top-navigation" id="osmenu" class="osmenuclosed" src="/iframe/osmenu/index.html"></iframe>
<audio id="sfx_deny"><source src="/btn_InactiveSelect.wav" type="audio/wav"></audio>
<audio id="sfx_deny_move"><source src="/btn_InactiveFocus.wav" type="audio/wav"></audio>
<audio id="sfx_kick"><source src="/kick.wav" type="audio/wav"></audio>
<audio id="sfx_move"><source src="/vk_Focus.wav" type="audio/wav"></audio>
<audio id="sfx_ok"><source src="/vk_Select.wav" type="audio/wav"></audio>
<div id="container" class="container">
<div id="navbar" class="navbar">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="left" width="12" height="79"></td>
<td class="middle" width="676" height="79">
<table cellpadding="0" cellspacing="0" border="0" height="79">
<tr>
<td>
<a href="/index.html" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play(); invalidCounter();" title="The OS Simulation Project" class="logo"><img alt="The OS Simulation Project" src="/css/logo.png" onmouseover="this.src='/css/logo_hvr.png';" onmouseout="this.src='/css/logo.png';"></a>
</td>
<td>
<img src="/css/spacer_12px.png">
</td>
<td style="vertical-align: top">
<a href="/winxp/index.html" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play(); invalidCounter();" title="Windows XP Gui Test" class="winxp"><img alt="Windows XP Gui Test" src="/css/xpbtn.png" onmouseover="this.src='/css/xpbtn_hvr.png';" onmouseout="this.src='/css/xpbtn.png';"></a>
</td>
<td>
<img src="/css/spacer_2px.png">
</td>
<td style="vertical-align: top">
<a href="/ios6/index.html" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play(); invalidCounter();" title="iOS 6 Simulator" class="ios6"><img alt="iOS 6 Simulator" src="/css/ios6btn.png" onmouseover="this.src='/css/ios6btn_hvr.png';" onmouseout="this.src='/css/ios6btn.png';"></a>
</td>
<td>
<img src="/css/spacer_2px.png">
</td>
<td style="vertical-align: top">
<a href="/xbox360/index.html" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play(); invalidCounter();" title="XBOX 360 Gui Test" class="x360"><img alt="XBOX 360 Gui Test" src="/css/x360btn.png" onmouseover="this.src='/css/x360btn_hvr.png';" onmouseout="this.src='/css/x360btn.png';"></a>
</td>
<td>
<img src="/css/spacer_2px.png">
</td>
</tr>
</table>
</td>
<td class="right" width="12" height="79"></td>
</tr>
</table>
</div>
<div id="main" class="main">
<h1>404 - Page not found</h1>
<p>Looks like what you're looking for can't be found. If you came here from a direct link or bookmark, please update your link.</p>
</div>
<div id="footer" class="footer">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="left" width="12" height="79"></td>
<td class="middle" width="676" height="79" style="vertical-align: bottom">
<p>This is a fan project. We are not affiliated with Microsoft or Apple in any way.</p>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="vertical-align: bottom">
<a target="_blank" href="https://github.com/ossimulation" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();" title="GitHub" class="gh"><img alt="GitHub" src="/css/ghbtn.png" onmouseover="this.src='/css/ghbtn_hvr.png';" onmouseout="this.src='/css/ghbtn.png';"></a>
</td>
<td style="vertical-align: bottom">
<img src="../css/spacer_2px.png">
</td>
<td style="vertical-align: bottom">
<a target="_blank" href="https://youtube.com/@ossimulation" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();" title="YouTube" class="yt"><img alt="YouTube" src="/css/ytbtn.png" onmouseover="this.src='/css/ytbtn_hvr.png';" onmouseout="this.src='/css/ytbtn.png';"></a>
</td>
<td style="vertical-align: bottom">
<img src="../css/spacer_374px.png">
</td>
<td style="vertical-align: bottom">
<a target="_blank" href="https://github.com/ossimulation/ossimulation.github.io" onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();" onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();" title="Source code" class="src"><img alt="Source code" src="/css/srcbtn.png" onmouseover="this.src='/css/srcbtn_hvr.png';" onmouseout="this.src='/css/srcbtn.png';"></a>
</td>
</tr>
</table>
<td class="right" width="12" height="79"></td>
</tr>
</table>
</div>
</div>
</body>
</html>