-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (48 loc) · 2.12 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
console.log("Initializing DOM...");
console.log("Initializing Kernel...");
</script>
<meta charset="UTF-8"/>
<title>MagnusWare</title>
<meta name="author" content="Magnus Marks"/>
<link rel="prefetch" href="./filesystem.json"/>
<meta name="description" content="MagnusWare"/>
<meta name="application-name" content="MagnusWare"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" href="./A/System64/CSS/noscript.css"/>
<meta name="apple-mobile-web-app-title" content="MagnusWare"/>
<link rel="shortcut icon" href="./A/System64/Images/Common/Favicon.ico"/>
<link rel="canonical" href="https://adamtrex.azurewebsites.net/index.html"/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"/>
<meta name="keywords" content="MagnusWare, adamtrex.azurewebsites.net, adamtrex, azurewebsites, MagnusSoft"/>
<meta name="description" content="MagnusWare, formerly known as MagnusSoft, is an operating system created primarily for the purpose of testing and developing a desktop environment."/>
</head>
<body>
<noscript></noscript>
<div id="splash-screen"></div>
<!-- IE Stuffs -->
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<script src="./A/System64/JS/jquery.min.js"></script>
<script src="./A/System64/JS/Kernel.js"></script>
<script src="./A/System64/JS/Icons.js"></script>
<!-- This stuff won't display unless it lives here -->
<canvas id="c"></canvas>
<div class="desktop" id="Image"></div>
<div id="-start-menu-" class="start-menu outset-deep" hidden="hidden">
<div class="start-menu-titlebar"></div>
<div class="start-menu-content" id="contents">
<div id="inner-menu" class="inner-menu">
<script src="./A/System64/JS/Start-Menu-1.js"></script>
<script src="./A/System64/JS/Start-Menu-2.js"></script>
<script src="./A/System64/JS/Start-Menu-3.js"></script>
<script src="./A/System64/JS/Start-Menu-4.js"></script>
</div>
</div>
</div>
</body>
</html>