Correct download link
This commit is contained in:
parent
04f35b8cca
commit
04ca707443
@ -23,7 +23,7 @@ window.onload=function() {
|
|||||||
|
|
||||||
p = document.createElement('p');
|
p = document.createElement('p');
|
||||||
var a = document.createElement('a');
|
var a = document.createElement('a');
|
||||||
a.setAttribute('href',base+'index.html');
|
a.setAttribute('href',base);
|
||||||
a.appendChild(document.createTextNode('Download'));
|
a.appendChild(document.createTextNode('Download'));
|
||||||
p.appendChild(a);
|
p.appendChild(a);
|
||||||
p.appendChild(document.createTextNode(" \u00b7 "));
|
p.appendChild(document.createTextNode(" \u00b7 "));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user