summaryrefslogtreecommitdiff
path: root/shaperoller.html
diff options
context:
space:
mode:
Diffstat (limited to 'shaperoller.html')
-rw-r--r--shaperoller.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/shaperoller.html b/shaperoller.html
index 3b8332c..476ef31 100644
--- a/shaperoller.html
+++ b/shaperoller.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Shape roller</title>
-<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
@@ -14,7 +14,7 @@
Here's an animation of how it works (from Wikimedia):<br> <img width=100 height=100 src="https://upload.wikimedia.org/wikipedia/commons/d/d0/Cardiod_animation.gif" target="_blank"></p>
-<script src="js/p5.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
<script src="js/shaperoller.js"></script>
Speed: <input type="number" id="speed" value="0.5"><br>