Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>history.go(0)</title>
<script>
setTimeout(function() {
history.go(0);
}, 1000);
</script>
</head>
<body>
Testing history.go(0)
</body>
</html>