Create load.html
This commit is contained in:
parent
4e378ba9c3
commit
49b1ab28ee
7
desktop/load.html
Normal file
7
desktop/load.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div id = "myDiv"><img id = "myImage" src = "../img/load.gif" style="width:100%;"></div><br>
|
||||
|
||||
<script type = "text/javascript">
|
||||
setTimeout(function(){
|
||||
document.getElementById("myDiv").style.display="none";
|
||||
}, 6000);
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user