aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 053d156..b375631 100644
--- a/index.html
+++ b/index.html
@@ -23,7 +23,7 @@ function scrape() {
console.log(result[0]);
write('<div>');
write(result[0]);
- write('<img src="http://dummyimage.com/40x40/' + result[0].slice(1, result[0].length) + '&text=.">');
+ write('<img src="http://dummyimage.com/40x40/' + result[0].slice(1, result[0].length) + '&text=+">');
write('</div>')
}
if(i == 0) {