Skip to content

Commit

Permalink
Inserindo códigos html
Browse files Browse the repository at this point in the history
  • Loading branch information
TaynaraKarolin authored Aug 1, 2023
1 parent 4c63235 commit 5c947de
Showing 1 changed file with 15 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.4.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />

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

</body>
</html>

0 comments on commit 5c947de

Please sign in to comment.