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