Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
p0oru authored Nov 10, 2020
1 parent eb47d0a commit 4f9745c
Show file tree
Hide file tree
Showing 9 changed files with 100,522 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# GCSO
# p5.play-boilerplate
Boiler plate for p5.play
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html><html><head>
<script src="p5.js"></script>
<script src="p5.dom.min.js"></script>
<script src="p5.sound.min.js"></script>
<script src="./p5.play.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">

</head>
<body>
<script src="sketch.js"></script>


</body></html>
Loading

0 comments on commit 4f9745c

Please sign in to comment.