-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (82 loc) · 6.07 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Infonet Console</title>
<!-- Define the favicon in diffirent conditions -->
<link rel="icon" sizes="16x16" type="image/png" href="./Data/Images/Glyph/HyperTextLogo1616.png"/>
<link rel="icon" sizes="32x32" type="image/png" href="./Data/Images/Glyph/HyperTextLogo3232.png"/>
<link rel="icon" sizes="64x64" type="image/png" href="./Data/Images/Glyph/HyperTextLogo6464.png"/>
<link rel="icon" sizes="96x96" type="image/png" href="./Data/Images/Glyph/HyperTextLogo9696.png"/>
<link rel="icon" sizes="128x128" type="image/png" href="./Data/Images/Glyph/HyperTextLogo128128.png" />
<link rel="icon" sizes="192x192" type="image/png" href="./Data/Images/Glyph/android-chrome-192x192.png"/>
<link rel="icon" sizes="194x194" type="image/png" href="./Data/Images/Glyph/favicon-194x194.png"/>
<link rel="icon" sizes="196x196" type="image/png" href="./Data/Images/Glyph/favicon-196x196.png"/>
<link rel="apple-touch-icon" sizes="57x57" href="./Data/Images/Glyph/HyperTextLogo5757.png"/>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./Data/Images/Glyph/apple-touch-icon-57x57-precomposed.png" />
<link rel="apple-touch-icon" sizes="60x60" href="./Data/Images/Glyph/HyperTextLogo6060.png"/>
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./Data/Images/Glyph/apple-touch-icon-60x60-precomposed.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./Data/Images/Glyph/HyperTextLogo7272.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./Data/Images/Glyph/apple-touch-icon-72x72-precomposed.png" />
<link rel="apple-touch-icon" sizes="76x76" href="./Data/Images/Glyph/HyperTextLogo7676.png"/>
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./Data/Images/Glyph/apple-touch-icon-76x76-precomposed.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./Data/Images/Glyph/HyperTextLogo114114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./Data/Images/Glyph/apple-touch-icon-114x114-precomposed.png" />
<link rel="apple-touch-icon" sizes="120x120" href="./Data/Images/Glyph/HyperTextLogo120120.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./Data/Images/Glyph/apple-touch-icon-120x120-precomposed.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./Data/Images/Glyph/HyperTextLogo144144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./Data/Images/Glyph/apple-touch-icon-144x144-precomposed.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./Data/Images/Glyph/HyperTextLogo152152.png"/>
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./Data/Images/Glyph/apple-touch-icon-152x152-precomposed.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./Data/Images/Glyph/apple-touch-icon.png"/>
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="./Data/Images/Glyph/apple-touch-icon-180x180-precomposed.png" />
<!-- Define the name on iOS/iPadOS devices -->
<meta name="apple-mobile-web-app-title" content="Infonet HyperText">
<!-- Define the name on other devices -->
<meta name="application-name" content="Infonet HyperText">
<!-- Define the favicon for Touch Bar -->
<link rel="manifest" href="./Data/Manifest/IHT.webmanifest">
<link rel="mask-icon" href="./Data/Images/Glyph/safari-pinned-tab.svg" color="#79c748">
<meta name="theme-color" content="#79c748">
<!-- Define the design of the favicon as Windows Start Tile -->
<meta name="msapplication-TileColor" content="#79c748">
<meta name="msapplication-TileImage" content="./Data/Images/Glyph/HyperTextLogo144144.png">
<!-- Win 8+ tiles -->
<meta name="msapplication-square70x70logo" content="./Data/Images/Glyph/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="./Data/Images/Glyph/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="./Data/Images/Glyph/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="./Data/Images/Glyph/mstile-310x310.png" />
<!-- Define the favicon style for Microsoft Browsers -->
<link rel="shortcut icon" href="./Data/Images/Glyph/favicon.ico" />
<!-- ms pinned site meta -->
<meta name="msapplication-tooltip" content="Infonet" />
<!-- Jump List -->
<meta name="msapplication-task" content="name=Infonet HyperText;icon-uri=./Data/Images/Glyph/HyperTextLogo3232.png" />
<link rel="stylesheet" href="./Data/CSS/console.css">
<script type="text/javascript" src="./Data/JS/WarpSpeed/warpspeed.min.js"></script>
<script src="./Data/JS/consolebrowsers.js"></script>
<link rel="stylesheet" href="./Data/CSS/Sweetalert2/borderless.css">
</head>
<body>
<div style="position:fixed; z-index:0; top:0; left:0; width:100%; height:100%;" class="fadein">
<canvas id="canvas" style="width:100%; height:100%;"></canvas>
</div>
<label id="img_category_label" class="field fadein" for="img_category" data-value="">
<span id="dropdowntitle">HyperText Mode</span>
<div id="img_category" class="psuedo_select" name="img_category">
<span id="selectedspan" class="selected"></span>
<ul id="img_category_options" class="options">
<li id="opt_1" class="option" data-value="opt_1" onclick="startRedirect('./Data/Pages/main.html');">Default</li>
<li id="opt_2" class="option" data-value="opt_2" onclick="startRedirect('./Data/Pages/main.html?mode=xmos');">Chrysostomos</li>
<li id="opt_3" class="option" data-value="opt_3" onclick="startRedirect('./Data/Pages/main.html?mode=afs1');">April Fools Stage 1</li>
<li id="opt_4" class="option" data-value="opt_4" onclick="startRedirect('./Data/Pages/main.html?mode=afs2');">April Fools Stage 2</li>
<li id="opt_5" class="option" data-value="opt_5" onclick="guideMode();">Interactive Guide</li>
<li id="opt_6" class="option" data-value="opt_6" onclick="enableTeacher();">Enable Teacher Mode</li>
</ul>
</div>
</label>
<a id="reportButton" class="fadein" target="_blank">Report a problem</a>
<script src="./Data/JS/console.js"></script>
</body>
</html>