Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script>
onload = () => {
requestAnimationFrame(() => {
history.back();
});
};
</script>
<!doctype html>
<script>
onload = () => {
requestAnimationFrame(() => {
history.back();
});
};
</script>