summaryrefslogtreecommitdiff
path: root/2d23dcustom.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-08-31 14:58:23 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-08-31 14:58:23 -0400
commita982632b1cc3218d74acec2b5f6a69ffc5e97ead (patch)
treed7a7761c1a905450c3d57f4ae75048616850c06b /2d23dcustom.html
parentafff994f985121e89de4b1e3bb509b62eb956e5a (diff)
Cleaned up code and improved website layout.
Diffstat (limited to '2d23dcustom.html')
-rw-r--r--2d23dcustom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/2d23dcustom.html b/2d23dcustom.html
index 7775f64..02ab3bd 100644
--- a/2d23dcustom.html
+++ b/2d23dcustom.html
@@ -4,6 +4,7 @@
<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>
@@ -12,7 +13,6 @@
<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="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
<script src="js/2d23dcustom.js"></script>
</body>
</html>