mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
5 lines
113 B
HTML
5 lines
113 B
HTML
<html>
|
|
<body onload="setTimeout('window.history.go(-1)', 1000);">
|
|
window.history.go(-1);
|
|
</body>
|
|
</html>
|