Difference between revisions of "Team:TUDelft/Header"

(Undo revision 118387 by HuyenMy (talk))
Line 360: Line 360:
 
         </style>
 
         </style>
 
     </head>
 
     </head>
  <body onload="myFunction()" style="margin:0;">
+
    <body>
 
+
 
+
 
+
<div id="loader"></div>
+
 
+
<div style="display:none;" id="myDiv" class="animate-bottom">
+
  
  
Line 471: Line 465:
  
 
         </div>
 
         </div>
</div>
 
 
<script>
 
var myVar;
 
 
function myFunction() {
 
  myVar = setTimeout(showPage, 3000);
 
}
 
  
function showPage() {
 
  document.getElementById("loader").style.display = "none";
 
  document.getElementById("myDiv").style.display = "block";
 
}
 
</script>
 
  
  

Revision as of 12:14, 1 September 2019