summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2015-04-22 13:54:19 -0400
committerJules <jules@asdf.us>2015-04-22 13:54:19 -0400
commit1eed611c931d0b386c9c336d01b2644e97331ac0 (patch)
tree87cd78e9dfd56119859b856688cf61ad6743c554 /index.html
parent3b5fd66c6b69b00199c73764012f9563254f0fe4 (diff)
hmm its in a weird stateHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d20ab0b..f41af1f 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
<style>
canvas { display: inline-block; }
</style>
-<body><input type="text" id="url_el"><div id="img_el"></div></body>
+<body><input type="text" placeholder="paste a URL" id="url_el"><div id="img_el"></div></body>
<script src="convolve.js"></script>
<script src="smartblur.js"></script>
<script src="fetch.js"></script>