mirror of
https://github.com/servo/servo.git
synced 2025-10-11 14:00:28 +01:00
8 lines
123 B
HTML
8 lines
123 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = () => {
|
|
requestAnimationFrame(() => {
|
|
history.back();
|
|
});
|
|
};
|
|
</script>
|