forked from external-repos/squoosh
7 lines
135 B
HTML
7 lines
135 B
HTML
<!doctype html>
|
|
|
|
<button>Test me</button>
|
|
<script>
|
|
document.querySelector('button').onclick = _ => window.lol = true;
|
|
</script>
|