Line 4: | Line 4: | ||
<body onload="calc()"> | <body onload="calc()"> | ||
− | <script src="https:// | + | <script src="https://cdn.rawgit.com/hilios/jQuery.countdown/22378996/dist/jquery.countdown.min.js"></script> |
− | + | ||
<div style="margin: 10px; text-align: center"> | <div style="margin: 10px; text-align: center"> | ||
Line 14: | Line 13: | ||
<br> | <br> | ||
− | <span id=" | + | <span id="timeLeft" style="font-size: 40px; font-family: monospace;"></span><p style="font-size: 40px; font-family: monospace; display:inline">.</p> |
<br> | <br> | ||
Line 28: | Line 27: | ||
</div> | </div> | ||
− | + | <script type="text/javascript"> | |
− | + | $("#timeLeft") | |
− | + | .countdown("2018/08/05", function(event) { | |
− | + | $(this).text( | |
− | + | event.strftime('%D days %H:%M:%S') | |
− | + | ); | |
− | + | }); | |
− | + | </script> | |
</body> | </body> |
Revision as of 21:07, 4 August 2018
Wiki Freeze in ...
.
✌️✌️✌️