diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-10 22:51:10 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-10 22:51:10 -0400 |
commit | 9f310699d824dc8218daf07aa27a6fac88d491cb (patch) | |
tree | 43cf579e32bd2ed1d704a3de1bc700796e12e096 /explanation.html | |
parent | cc11e7ddaa755d9ddbc7e0a3e9a94e492f570196 (diff) |
External JS and CSS
Diffstat (limited to 'explanation.html')
-rw-r--r-- | explanation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/explanation.html b/explanation.html index 805192f..c7d778e 100644 --- a/explanation.html +++ b/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>AutoArt Explanation</title>
|