Adds link to repo

This commit is contained in:
javl
2016-11-02 15:09:28 +01:00
parent f0801787b0
commit a08d3740a3
+4 -9
View File
@@ -1,11 +1,3 @@
<!--
"image2cpp"
Original utility by:
https://jaspervanloenen.com
This is a modified version by:
https://wiredolphine.net
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@@ -67,6 +59,9 @@
<body> <body>
<div class="wrapper"> <div class="wrapper">
<h1>image2cpp</h1> <h1>image2cpp</h1>
<p>
<a href="https://github.com/javl/image2cpp" target="_blank">Click here to visit the Github repo for this tool.</a>
</p>
<p> <p>
<table> <table>
<tr> <tr>
@@ -433,7 +428,7 @@
// Get the custom arduino output variable name, if any // Get the custom arduino output variable name, if any
function getVariableName() { function getVariableName() {
var vn = document.getElementById('variableName'); var vn = document.getElementById('variableName');
return vn && vn.value.length ? vn.value : variableName; return vn && vn.value.length ? vn.value : variableName;
} }