mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
5 lines
118 B
HTML
5 lines
118 B
HTML
<script>
|
|
window.addEventListener("load", function() {
|
|
window.top.location.href = "{{GET[url]}}";
|
|
})
|
|
</script>
|