-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
72 lines (60 loc) · 3.27 KB
/
404.html
File metadata and controls
72 lines (60 loc) · 3.27 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Example</title>
<link rel="stylesheet" href="https://stb-gaming.github.io/high-scores/assets/css/hs.css">
<link rel="stylesheet" href="../style.css">
<link rel="manifest" href="../manifest.json">
<script>
function redirectToHelp(error) {
//if(!location.hostname.includes("localhost")) location.href = "https://github.com/stb-gaming/.github/wiki/portal"
if(statusPrompt) {
statusPrompt(error)
}
else {
prompt("There was an error loading game")
}
}
</script>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script src="../userscripts/sky-remote.user.js"></script>
<script src="../js/input/mobile.js" onerror="redirectToHelp()"></script>
<script src="../js/func/toolbar.js" onerror="redirectToHelp()"></script>
<script src="../js/func/mouse-binder.js" onerror="redirectToHelp()"></script>
<script src="../js/input/binder.js" onerror="redirectToHelp()"></script>
<script src="../js/func/fullscreen.js" onerror="redirectToHelp()"></script>
<script src="../js/func/offline.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<figure style="overflow:visible;" id="spinner" hidden="">
<div class="spinner"></div>
<center style="margin-top:0.5em"><strong>emscripten</strong></center>
</figure>
<div class="emscripten" id="status"></div>
<div class="emscripten">
<progress value="0" max="1" id="progress" hidden=""></progress>
</div>
<div class="emscripten_border">
<canvas class="emscripten" id="canvas" tabindex="-1" width="720"
height="576" style="cursor: default;"></canvas>
<div class="toolbar bottom">
<a href="https://stb-gaming.github.io/high-scores/games" class="btn big trans" data-balloon="More Games"><img src="https://stb-gaming.github.io/sky-games-images/SKY%20Games/nogame.png" alt="🎮"></a>
<a id="highscore_button" data-balloon="High Scores" href="https://stb-gaming.github.io/high-scores/" class="btn big trans">🏆</a>
<a data-balloon="Controls" id="controls_button" href="javascript:createSettings()" class="btn big trans" >🎮</a>
<a data-balloon="Help" id="help_button" href="javascript:SkyRemote.pressButton('help')" class="btn big trans" >❓</a>
<a id="denki_button" href="javascript:toDenki()" class="btn big trans" data-balloon="Back To Denki"><img src="../denki.png" alt="💡"></a>
<a data-balloon="Fullscreen" id="fullscreen_button" class="btn big trans" href="javascript:toggleFullscreen(document.querySelector('.emscripten_border')||document.querySelector('.monogame_border'))">⛶</a>
</div>
</div>
<!-- <p style="text-align:center;padding: 0px; margin: 0px;"><a href="javascript:createSettings()"><img src="../NewControls.png"></a><a href="https://stb-gaming.github.io/high-scores/"><img src="https://denki.co.uk/sky/HighScore.png"></a></p>
<p style="text-align:center;padding: 0px; margin: 0px;display: flex;
justify-content: center;align-items: center;"><a
href="javascript:toDenki()"><img
src="../Games.png"></a><a href="https://discord.gg/qSB8nYDfBt"><img
src="https://denki.co.uk/sky/Discord.png"></a></p> -->
<script src="../js/func/app.js" onerror="redirectToHelp()"></script>
</body>
</html>