-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (66 loc) · 3.84 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The OS Simulation Project - 404</title>
<link rel="stylesheet" href="https://os.thomasluigi07.com/main.css">
<link rel="icon" type="image/x-icon" href="https://os.thomasluigi07.com/favicon.ico">
<meta content="The OS Simulation Project" property="og:title">
<meta
content="The OS Simulation Project is a project where we make Unity apps that simulate discontinued operating systems, while trying to be as accurate to the original operating system as possible. The Roblox experiences we used to make are now discontinued and are no longer being updated."
property="og:description">
<meta content="https://os.thomasluigi07.com" property="og:url">
<meta content="https://os.thomasluigi07.com/THEOSSIMULATIONPROJECT_LOWRES.png" property="og:image">
<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" />
<link rel="apple-touch-icon" href="https://os.thomasluigi07.com/buttonProtector.js" />
</head>
<body>
<audio id="sfx_deny">
<source src="https://os.thomasluigi07.com/btn_InactiveFocus.wav" type="audio/wav">
</audio>
<audio id="sfx_kick"><source src="https://os.thomasluigi07.com/kick.wav" type="audio/wav"></audio>
<audio id="sfx_move">
<source src="https://os.thomasluigi07.com/vk_Focus.wav" type="audio/wav">
</audio>
<audio id="sfx_ok">
<source src="https://os.thomasluigi07.com/vk_Select.wav" type="audio/wav">
</audio>
<a class="logo"
onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();"
onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();"
href="https://os.thomasluigi07.com"><img alt="The OS Simulation Project" src="/THEOSSIMULATIONPROJECT_LOWRES.png"></a>
<div class="navbar">
<div class="container">
<a class="winxp"
onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();"
onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();"
href="https://os.thomasluigi07.com/winxp/index.html"><img alt="Windows XP Gui Test" src="/windowsxpguitest_horizontal.png "></a>
<a class="ios"
onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();"
onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();"
href="https://os.thomasluigi07.com/ios6/index.html"><img alt="iOS 6" src="/ios6logo_whitelowres.png"></a>
<a class="xbox"
onmouseenter="document.getElementById('sfx_move').currentTime=0; document.getElementById('sfx_move').play();"
onclick="document.getElementById('sfx_ok').currentTime=0; document.getElementById('sfx_ok').play();"
href="https://os.thomasluigi07.com/xbox360/index.html"><img alt="Xbox 360 Gui Test" src="/xbox360guitesthorizontal_lowres.png"></a>
</div>
</div>
<div class="content">
<div class="contentcontainer">
<p>404 - Page Not Found</p>
<br />
<p>Whoops! Looks like this page doesn't exist!</p>
</div>
</div>
<div class="footer">
<p>
<a href="https://github.com/OSSimulation">GitHub</a> |
<a href="https://www.roblox.com/my/groups.aspx?gid=14298372">Roblox Group</a> |
<a href="https://youtube.com/@OSSimulation">YouTube</a>
</p>
</div>
</body>
</html>