Skip to content

Commit

Permalink
move to root
Browse files Browse the repository at this point in the history
  • Loading branch information
thrly authored Aug 16, 2024
1 parent 5648c4c commit cb89d55
Show file tree
Hide file tree
Showing 5 changed files with 145,647 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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.10.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.10.0/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 cb89d55

Please sign in to comment.