8 lines
123 B
HTML
8 lines
123 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = () => {
|
|
requestAnimationFrame(() => {
|
|
history.back();
|
|
});
|
|
};
|
|
</script>
|