diff --git a/index.html b/index.html
index 60b0dee..df006a1 100644
--- a/index.html
+++ b/index.html
@@ -1,11 +1,3 @@
-
@@ -67,6 +59,9 @@
image2cpp
+
+ Click here to visit the Github repo for this tool.
+
@@ -433,7 +428,7 @@
// Get the custom arduino output variable name, if any
function getVariableName() {
- var vn = document.getElementById('variableName');
+ var vn = document.getElementById('variableName');
return vn && vn.value.length ? vn.value : variableName;
}