-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·254 lines (254 loc) · 16.8 KB
/
index.html
File metadata and controls
executable file
·254 lines (254 loc) · 16.8 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!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 name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<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="#" onmouseenter="document.getElementById('sfx_deny_move').currentTime=0; document.getElementById('sfx_deny_move').play();" onclick="document.getElementById('sfx_deny').currentTime=0; document.getElementById('sfx_deny').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();" 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();" 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();" 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">
<table cellpadding="0" cellspacing="0" border="0">
<tr class="welcome">
<td width="407">
<h2>NEWS</h2>
<br />
<p><a target="_blank" href="winxp/old/MANUAL.TXT">The manual for Windows XP Gui Test</a> has been updated to have a new section for Roblox Messenger! Also, all broken Roblox builds have been fixed so they actually work in Studio.</p>
<img src="css/separator_407_full.png">
<p>Builds are now available for iOS 6 Simulator! Builds will be released every time a commit is pushed. However, <a target="_blank" href="https://github.com/ossimulation/ios-6-simulator/actions">these nightly builds</a> will only be downloadable if you have a GitHub account. Since we can't remove this requirement, we also release <a target="_blank" href="https://github.com/ossimulation/ios-6-simulator/releases">stable builds</a> less frequently, so anyone can download the simulator.</p>
<img src="css/separator_407_full.png">
<p>Due to a security vunerability found in all Unity versions 2017.1+, we've updated our Unity version to 2021.3.45f2 to mitigate it. As such, you'll need to use that version to edit the iOS 6 Simulator and the OS Menu. Please update your forks as soon as possible.</p>
</td>
<td width="275">
<h3>NOTICE</h3>
<p>This page is almost complete but there are still some placeholders and things that do not work. Expect broken things for now.</p>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr height="1">
<td>
<img src="css/separator.png">
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr class="ios6sim">
<td class="l">
<img title="iOS 6 Simulator" alt="iOS 6 Simulator" src="css/ios6logo.png">
<p>A recreation of iOS 6 in the Unity Engine. Now available for Windows, OS X and Linux!</p>
<span><a href="./ios6/unity/index.html">⮞ Learn more</a> <a target="_blank" href="https://github.com/ossimulation/ios-6-simulator/releases">⮞ Download</a> <a target="_blank" href="https://github.com/ossimulation/ios-6-simulator">⮞ Source code</a></span>
</td>
<td class="r" width="228">
<img title="Placeholder" alt="Placeholder" src="css/placeholder.png">
</td>
</tr>
<tr height="1">
<td>
<img src="css/separator_407.png">
</td>
<td>
<img src="css/separator_275.png">
</td>
</tr>
<tr class="osmenudet">
<td>
<h3>OS Menu</h3>
<p>A custom menu based off the XBOX 360's Xbox Guide (NXE version). You can see an example of it on this website if you have a modern browser. </p>
<span><a href="#" onclick="openTryMe();">⮞ Try it out</a> <a target="_blank" href="https://github.com/ossimulation/resources/tree/master/rbxls/osmenu">⮞ Roblox version</a> <a target="_blank" href="https://github.com/ossimulation/os-menu">⮞ Unity version</a></span>
</td>
<td width="228">
<img title="Placeholder" alt="Placeholder" src="css/placeholder.png">
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr height="1">
<td>
<img src="css/separator.png">
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<h2>ROBLOX ONLY EXPERIENCES</h2>
<p>The below Roblox experiences are no longer being worked on. We have made them free to use for anyone, and they are available on our <a target="_blank" href="https://github.com/OSSimulation/Resources">GitHub</a> and the <a target="_blank" href="https://archive.org/details/ossimulation-rbxls">Internet Archive</a>.</p>
</td>
</tr>
<tr height="1">
<td>
<img src="css/separator.png">
</td>
</tr>
</table>
<table width="686" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="220">
<a href="./winxp/index.html">
<img title="Windows XP Gui Test" alt="Windows XP Gui Test" src="css/winxp_icon.png">
</a>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="vertical-align: bottom">
<img src="css/spacer_5px.png">
</td>
<td width="105">
<a href="./winxp/index.html">
<img alt="Learn more" title="Learn more" src="css/learnbtn.png">
</a>
</td>
<td width="105">
<a target="_blank" href="https://github.com/ossimulation/resources/tree/master/rbxls/winxp">
<img alt="Source code" title="Source code" src="css/sourcebtn.png">
</a>
</td>
<td style="vertical-align: bottom">
<img src="css/spacer_5px.png">
</td>
</tr>
</table>
</td>
<td width="1" height="241">
<img src="css/separator_vert.png">
</td>
<td width="220">
<a href="./ios6/roblox/index.html">
<img title="iOS 6" alt="iOS 6" src="css/ios6_icon.png">
</a>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="vertical-align: bottom">
<img src="css/spacer_5px.png">
</td>
<td width="105">
<a href="./ios6/roblox/index.html">
<img alt="Learn more" title="Learn more" src="css/learnbtn.png">
</a>
</td>
<td width="105">
<a target="_blank" href="https://github.com/ossimulation/resources/tree/master/rbxls/ios6">
<img alt="Source code" title="Source code" src="css/sourcebtn.png">
</a>
</td>
<td style="vertical-align: bottom">
<img src="css/spacer_5px.png">
</td>
</tr>
</table>
</td>
<td width="1" height="241">
<img src="css/separator_vert.png">
</td>
<td width="220">
<a href="./xbox360/index.html">
<img title="XBOX 360 Gui Test" alt="XBOX 360 Gui Test" src="css/x360_icon.png">
</a>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="vertical-align: bottom">
<img src="css/spacer_5px.png">
</td>
<td width="105">
<a href="./xbox360/index.html">
<img alt="Learn more" title="Learn more" src="css/learnbtn.png">
</a>
</td>
<td width="105">
<a target="_blank" href="https://github.com/ossimulation/resources/tree/master/rbxls/x360">
<img alt="Source code" title="Source code" src="css/sourcebtn.png">
</a>
</td>
<td style="vertical-align: bottom">
<img src="css/spacer_5px.png">
</td>
</tr>
</table>
</td>
</tr>
</table>
</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>
<td class="right" width="12" height="79"></td>
</tr>
</table>
</div>
</div>
</body>
</html>