-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ready: DOM library added with show/hide div functionality working ok
- Loading branch information
1 parent
e1bd501
commit 5c8df27
Showing
5 changed files
with
2,950 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
<html> | ||
<head> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.1/p5.js"></script> | ||
<script src="sketch1.js"></script> | ||
<script src="sketch2.js"></script> | ||
<script src="lib/p5.dom.js"></script> | ||
<script src="first.js"></script> | ||
<script src="second.js"></script> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
</head> | ||
<body> | ||
<div class="principle" id="one"> | ||
<div class="principle" id="first"> | ||
</div> | ||
<div class="principle" id="two"> | ||
<div class="principle" id="second"> | ||
</div> | ||
<div class="principle" id="three"> | ||
<div class="principle" id="third"> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.