diff options
Diffstat (limited to '2pi.html')
-rw-r--r-- | 2pi.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ <meta charset="utf-8"> -<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"> -<script src="js/p5.js"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script> </head> <body> |