blob: 4d2c78755d9d411b4f9cceb73e5f4df3e1248b6c [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
window.onload = () => {
requestIdleCallback(() => {
setTimeout(() => {
history.back();
}, 0);
});
}
</script>
</body>
</html>