diff options
Diffstat (limited to 'mandelbrot_explanation.html')
-rw-r--r-- | mandelbrot_explanation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mandelbrot_explanation.html b/mandelbrot_explanation.html index 3a59639..961076c 100644 --- a/mandelbrot_explanation.html +++ b/mandelbrot_explanation.html @@ -1,7 +1,7 @@ <html> <head> <script src="js/latexit.js"></script> -<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"> <title>Mandelbrot Set Explanation</title> |