-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (39 loc) · 1.54 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
<html>
<head>
<meta charset="UTF-8">
<title>p5.js Kit</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
</head>
<body>
<script src="drawCodeImgs.js"></script>
<script src="libSetup.js"></script>
<script src="introPage.js"></script>
<script src="sketch.js"></script>
<script src="p5PackLib_10.js"></script>
<script src="menuBar01.js"></script>
<script src="drawCodeStringsBody.js"></script>
<script src="drawCodeStringsHead.js"></script>
<link rel="stylesheet" href="style.css"></script>
<div class="divOne">
<p class = "myHeader1">Hello!</p>
<p class = "myBody35">I’m the interactive guide<br>for the p5.js starter kit.<br><br>To start,<br>use the function finder menu above,<br>or click below to learn more.</p>
</div>
<!-- <div>
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</div> -->
<div class="divFooter">
<a id="link1" href="index.html">home</a>
<a id="link2" href="index3.html">about</a>
</div>
<!-- <div class="divToggleMenu">
<p>write this</p>
<div class="image"></div>
<!-- <p class = "myHeader1">Hello!</p> -->
<!-- <p class = "myBody35">I’m the interactive guide<br>for the p5.js starter kit.<br><br>To start, use the function finder menu above, or click below to learn more.</p> -->
<!-- </div> -->
</body>
</html>