mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
7 lines
132 B
HTML
7 lines
132 B
HTML
<head></head>
|
|
<script>
|
|
function f() {
|
|
location = "http://www.google.com";
|
|
}
|
|
</script>
|
|
<button onclick='f()'>Google</button>
|