Skip to content

Commit 76a8d9a

Browse files
committed
Add autoload
1 parent 25bc431 commit 76a8d9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<html>
2+
<script> var timer = null;
3+
function auto_reload(){
4+
top.location.href = 'index.html';
5+
}
6+
</script>
7+
<body onload="timer = setTimeout('auto_reload()',5000);">
28
$egg aqui
39
<p>
410
$egg 2
511
</p>
12+
</body>
613
</html>

0 commit comments

Comments
 (0)