Improved loader (no more freeze at end of loading)

This commit is contained in:
Thomas FORGIONE
2015-06-30 09:39:20 +02:00
parent 77f7cd135b
commit 6b2d7ce8e7
2 changed files with 14 additions and 6 deletions

View File

@@ -11,7 +11,10 @@
</style>
</head>
<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>
<script>
setTimeout(function() {location.reload();}, 2000);
</script>
</body>
</html>