summaryrefslogtreecommitdiff
path: root/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'tree.html')
-rw-r--r--tree.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree.html b/tree.html
index a8301ee..a379da4 100644
--- a/tree.html
+++ b/tree.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>Tree</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>
@@ -9,7 +9,7 @@
<div id="header_links_div"></div>
<script src="js/header_links.js"></script>
<hr>
-<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/tree.js"></script>
</body>
</html> \ No newline at end of file