-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<style> video { display:none } </style>
<meta charset="utf-8">
<meta name="viewport" width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0>
<style> html,body { height: 100%; width:100%; padding: 0; margin: 0; overflow: hidden;} </style>
<script src="p5.min.js"></script>
<script src="addons/p5.dom.min.js"></script>
<script src="addons/p5.sound.min.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<style>
#p5_loading {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto 0;
text-align:center;
}
</style>
<div id="p5_loading" class="loadingclass" >
<p style="font-size:40pt;">Loading...</p>
<img src="assets/loading.gif" width="20%">
</div>
</body>
</html>