summaryrefslogtreecommitdiff
path: root/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'tree.html')
-rw-r--r--tree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree.html b/tree.html
index 7427cc9..fee19a6 100644
--- a/tree.html
+++ b/tree.html
@@ -4,12 +4,12 @@
<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="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
</head>
<body>
<div id="navbar"></div>
<script src="navbar.js"></script>
<h2>Tree</h2>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
<script src="js/tree.js"></script>
</body>
</html>