-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 861 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>ReSENET</title>
<link rel="stylesheet" type="text/css" href="style.css"></link>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="pako.min.js"></script>
<script type="text/javascript" src="oslayer.js"></script>
<script type="text/javascript" src="crash_report.js"></script>
<script type="text/javascript" src="setup.js"></script>
<script type="text/javascript" src="background.js"></script>
</head>
<body>
<img id="load_prog" src="media/textures/gui/intro.png" style="display: none;"/>
<div id="error_template" style="display: none;">
<img id="error_img" src="media/textures/gui/atlas3.png"/>
<br>
<br>
<br>
<br>
<br>
<div id="error_text"/>
</div>
</body>
</html>