diff options
Diffstat (limited to 'mandelbrot.html')
-rw-r--r-- | mandelbrot.html | 2 |
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> |