Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>location.reload()</title>
<script>
setTimeout(function() {
location.reload();
}, 100);
</script>
</head>
<body>
Testing location.reload();
</body>
</html>