summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2016-07-01 18:00:33 -0400
committerGitHub <noreply@github.com>2016-07-01 18:00:33 -0400
commit18d4da56d7bbd82c96bcfd94a89e400ffe2267f1 (patch)
tree7c820fa08bc3a0111c00af56d93f657bd6f94b82
parent8362e8d17d3352f955ea509cf880695d45055123 (diff)
Testing external js
-rw-r--r--clock.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clock.html b/clock.html
index 1fe919f..06d76d2 100644
--- a/clock.html
+++ b/clock.html
@@ -10,7 +10,7 @@
<div id="header_links_div"></div>
<script src="js/header_links.js"></script>
<hr>
-<script src="js/p5.js"></script>
+<script src="http://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.23/p5.js"></script>
<script src="js/clock.js"></script>
</body>
-</html> \ No newline at end of file
+</html>