summaryrefslogtreecommitdiff
path: root/ballbounce.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-10 22:51:10 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-10 22:51:10 -0400
commit9f310699d824dc8218daf07aa27a6fac88d491cb (patch)
tree43cf579e32bd2ed1d704a3de1bc700796e12e096 /ballbounce.html
parentcc11e7ddaa755d9ddbc7e0a3e9a94e492f570196 (diff)
External JS and CSS
Diffstat (limited to 'ballbounce.html')
-rw-r--r--ballbounce.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ballbounce.html b/ballbounce.html
index 0bbdf01..5042d15 100644
--- a/ballbounce.html
+++ b/ballbounce.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Bounce the ball</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>
@@ -12,7 +12,7 @@
<hr>
<p>You can get the android app for Ball Bounce
<a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.ballbounce">here</a>.</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/ballbounce.js"></script>
</body>
</html> \ No newline at end of file