Difference between revisions of "Team:UCopenhagen/CountDown"

(Created page with "{{UCopenhagen}} <html> <body onload="calc()"> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script> <script src="https://cdnj...")
 
Line 7: Line 7:
 
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  
     <div class="has-text-centered" style="margin: 50px">
+
     <div style="margin: 10px; text-align: center">
  
  
 
         <h2>Wiki Freeze in ...</h2>
 
         <h2>Wiki Freeze in ...</h2>
        <span id="dayLeft" style="font-size: 20px; font-family: monospace;"></span><p style="display:inline">.</p>
 
 
 
         <br>
 
         <br>
 
         <br>
 
         <br>
  
 +
        <span id="dayLeft" style="font-size: 20px; font-family: monospace;"></span><p style="display:inline">.</p>
  
 +
        <br>
 +
        <br>
  
 
         <span>✌️✌️✌️</span>
 
         <span>✌️✌️✌️</span>
Line 30: Line 31:
 
     <script>
 
     <script>
 
         function calc() {
 
         function calc() {
             $("#dayLeft").html(moment("17102018 24:00", "DDMMYYYY h:mm").fromNow());
+
             $("#dayLeft").html(moment("17102018 24:00", "DDMMYYYY h:mm").toNow(true));
  
 
             setTimeout(calc, 500);
 
             setTimeout(calc, 500);

Revision as of 13:42, 30 July 2018

Wiki Freeze in ...



.



✌️✌️✌️


made with ❤️ in Copenhagen