blob: 27b325a9da0fa9370b3a0a804555387ab06723e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/addons/p5.dom.js"></script>
<script src="sketch.js"></script>
<style> body {padding: 0; margin: 0;} </style>
</head>
<body>
<br/>
File Status : <span id="fs"></span><br/>
<br/>
Epoch: <span id="epoch"></span><br/>
<br/>
Error: <span id="error"></span><br/>
</body>
</html>
|