Skip to content

Commit

Permalink
P5-sketch-TEAM16.2025
Browse files Browse the repository at this point in the history
We are Team16, and we created this cute drawing canvas for you using p5.js!
  • Loading branch information
nezii0331 authored Jan 21, 2025
1 parent 20ac914 commit b5a959f
Show file tree
Hide file tree
Showing 5 changed files with 147,310 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />

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

0 comments on commit b5a959f

Please sign in to comment.