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 /2d23dcustom.html | |
parent | cc11e7ddaa755d9ddbc7e0a3e9a94e492f570196 (diff) |
External JS and CSS
Diffstat (limited to '2d23dcustom.html')
-rw-r--r-- | 2d23dcustom.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2d23dcustom.html b/2d23dcustom.html index 341f472..38c78c2 100644 --- a/2d23dcustom.html +++ b/2d23dcustom.html @@ -1,7 +1,7 @@ <html> <head> <title>2D becomes 3D</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> <body> @@ -12,7 +12,7 @@ <p>Draw a pattern by dragging your mouse around. Press enter when you're done.<br> To draw a straight line, click the starting location, press the shift key, and click the ending location.</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/2d23dcustom.js"></script> </body> </html>
\ No newline at end of file |