summaryrefslogtreecommitdiff
path: root/mandelbrot.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 /mandelbrot.html
parentcc11e7ddaa755d9ddbc7e0a3e9a94e492f570196 (diff)
External JS and CSS
Diffstat (limited to 'mandelbrot.html')
-rw-r--r--mandelbrot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandelbrot.html b/mandelbrot.html
index caab5a7..e5d7cf3 100644
--- a/mandelbrot.html
+++ b/mandelbrot.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>The Mandelbrot Set</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>