-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (32 loc) · 1.73 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
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="import_manager.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Ren's Demons</title>
</head>
<body style="margin:0px;padding:0px;width:10000px;height:10000px;background-color:black;">
<div id="page" style="width:100%;height:100%;">
<div id="loading_content" style="position:fixed;height:100%;width:100%;">
<div style="background-color:black;color:grey;font-family:monospace;padding:10%;font-size: x-large;">
<div>Please wait, the game is loading.</div>
<div style="padding:10px;height:5%;font-size:x-small;" id="loading_bar"></div>
<div style="height:70%;overflow-y:scroll;" id="loading_log"></div>
</div>
</div>
<div id="IFE_escape_menu_button" style="margin:5px;font-size: 30px; font-family:monospace; border: 5px outset black; position:fixed;width:50px;height:50px;z-index:10001;top:0px;left:0px;">...</div>
<canvas width="25px" height="25px" style="visibility:hidden;position:absolute;width:25px;height:25px;z-index:10001;" id="IME_click_confirmation_cross" draggable="false"></canvas>
<!--- IT seems that we delete/refresh everything under level so it has to be the last -->
<div id="level"></div>
<div id="glitch"></div>
<textarea id="glitchcode"></textarea>
<div id="resourceLoader" style="visibility:hidden"></div>
</div>
</body>
</html>