Update index.html
This commit is contained in:
		
							parent
							
								
									9ac5b2c5a1
								
							
						
					
					
						commit
						76214c1230
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -70,7 +70,7 @@
 | 
			
		|||
 | 
			
		||||
  <script>
 | 
			
		||||
    function calcTime() {
 | 
			
		||||
      const release = new Date(2020, 7, 19);
 | 
			
		||||
      const release = new Date("2020-07-18");
 | 
			
		||||
      let remaining = (release - Date.now()) / 1000; // time in seconds
 | 
			
		||||
      let days = Math.floor(remaining / 60 / 60 / 24);
 | 
			
		||||
      let hours = Math.floor((remaining % (60 * 60 * 24)) / 60 / 60);
 | 
			
		||||
| 
						 | 
				
			
			@ -87,4 +87,4 @@
 | 
			
		|||
  </script>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue