-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·29 lines (19 loc) · 784 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·29 lines (19 loc) · 784 Bytes
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
<html>
<head>
<script src="./src/easeljs/events/EventDispatcher.js"></script>
<script src="./src/preloadjs/AbstractLoader.js"></script>
<script src="./src/preloadjs/LoadQueue.js"></script>
<script src="./src/preloadjs/TagLoader.js"></script>
<script src="./src/preloadjs/XHRLoader.js"></script>
<script src="./jquery.js"></script>
<!-- YOUR LIBRARIES AND CSS HERE -->
</head>
<body>
<div id="loadingOverlay" style="color:white; position:absolute; margin:0px; width:100%; height:100%; background-color: black; display:none">
<center><h2 id="loader"> Loading... </h2><center>
</div>
<!-- YOUR HTML CODE STARTS HERE-->
<!-- YOUR HTML CODE ENDS HERE-->
<script src="preloader.js" ></script>
</body>
</html>