mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
8 lines
194 B
HTML
8 lines
194 B
HTML
<!doctype html>
|
|
001-1
|
|
<script>
|
|
addEventListener("unload", function() {
|
|
location = location.href.replace("http://", "http://www.").replace(/\d{3}-\d\.html/, "001-3.html");
|
|
}, false);
|
|
</script>
|