Fixed reload that doesn't work 😢
This commit is contained in:
parent
6b2d7ce8e7
commit
6a5d58929e
|
@ -13,8 +13,5 @@
|
||||||
<body>
|
<body>
|
||||||
<h1><center><img alt="" src="https://raw.githubusercontent.com/tforgione/3dinterface/master/403/working.gif"/></center>I'm working on it</h1>
|
<h1><center><img alt="" src="https://raw.githubusercontent.com/tforgione/3dinterface/master/403/working.gif"/></center>I'm working on it</h1>
|
||||||
<h3>Please try again in few minutes.</h3>
|
<h3>Please try again in few minutes.</h3>
|
||||||
<script>
|
|
||||||
setTimeout(function() {location.reload();}, 2000);
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue