-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (40 loc) · 1.44 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sandbox</title>
<meta name="Nickels Witte" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<!-- <link href="css/normalize.css" rel="stylesheet"> -->
<!-- <link href="css/style.css" rel="stylesheet"> -->
</head>
<body>
<h1>Sandbox Environment</h1>
<p>Hello, world! This might just be a test.</p>
<br>
This is sketch one.
<div id="p501"></div>
This is sketch two.
<div id="p502"></div>
This is another sketch.
<div id="p503"></div>
Another one.
<div id="p504"></div>
<div id="sketchesDiv"></div>
Hier drunter kann auch noch ein Text sein.
<script src="./lib/p5/p5.js"></script>
<script src="./lib/p5/addons/p5.dom.js"></script>
<script src="./lib/p5/addons/p5.sound.js"></script>
<!-- Script for loading JSONS -->
<script src="./basics/jsonRequester.js"></script>
<!-- My Sketches -->
<script src="./sketches/drawCircles/1.0/drawCircles1.0.js"></script>
<script src="sketches/bouncingBall/1.0/bouncingBall1.0.js"></script>
<script src="sketches/bouncingBall/1.1/bouncingBall1.1.js"></script>
<script src="./sketches/bouncingBall/2.0/ballroom.js"></script>
<script src="./sketches/bouncingBall/2.0/bouncingBall.js"></script>
<script src="./basics/setup.js"></script>
</body>
</html>