Skip to content

Commit

Permalink
add p5.js
Browse files Browse the repository at this point in the history
  • Loading branch information
skyman503 committed Oct 31, 2020
1 parent 7db1775 commit ab2b8b2
Show file tree
Hide file tree
Showing 5 changed files with 89,768 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
Hello World
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>sorting-visualizer</title>

<script src="libraries/p5.js"></script>
<script src="libraries/p5.dom.js"></script>
<script src="libraries/p5.sound.js"></script>
<script src="sketch.js"></script>

<style>
body {
margin:0;
padding:0;
overflow: hidden;
}
canvas {
margin:auto;
}
</style>
</head>
<body>
</body>
</html>
Loading

0 comments on commit ab2b8b2

Please sign in to comment.