Skip to content

Commit

Permalink
Fix relative url to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Apr 13, 2019
1 parent d0cc69d commit fa0a960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/p5.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.dom.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.sound.min.js"></script>
<script src="sketch.js"></script>
<script src="./circleOfFifths.js"></script>
</head>
<body>
</body>
Expand Down

0 comments on commit fa0a960

Please sign in to comment.