summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-24 22:10:04 +0100
committerJules Laplace <jules@okfoc.us>2017-03-24 22:10:04 +0100
commita4bb7570a5ba91122c464a586efc5a897bef015b (patch)
treec0827c4e94b48ace05b09b5009ffa1aa52a849ed /index.html
parentef888cdb9f8d970eb95e77f17a7d66b755882cf0 (diff)
dither blocks in their own file
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index a7d3e1e..074080f 100644
--- a/index.html
+++ b/index.html
@@ -116,6 +116,7 @@
<script src="js/png.js"></script>
<script src="js/unicode.js"></script>
<script src="js/color.js"></script>
+<script src="js/dither.js"></script>
<script src="js/undo.js"></script>
<script src="js/clipboard.js"></script>
<script src="js/upload.js"></script>