summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>