blob: 4b4117fcc573b21f6bf6f8cb016bcef4c024d703 [file] [log] [blame]
<!doctype html>
<script>
onload = () => {
requestAnimationFrame(() => {
history.back();
});
};
</script>