mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 11:09:41 +00:00
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>
|