Add index.html
This commit is contained in:
commit
fdd7402bff
1 changed files with 12 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<p>Still working...</p>
|
||||
<p><a id="a" href="/donate.html">Donate to make it happen sooner</a></p>
|
||||
|
||||
<script>
|
||||
const a = document.getElementById('a');
|
||||
|
||||
a.onclick = (ev) => {
|
||||
a.href = 'https://google.com';
|
||||
}
|
||||
</script>
|
Loading…
Reference in a new issue