From RuneGlory
Line 1: | Line 1: | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | </head> | ||
Line 7: | Line 11: | ||
<script> | <script> | ||
// Set the date we're counting down to | // Set the date we're counting down to | ||
− | var countDownDate = new Date("Sep 5, 2018 15:37:25 | + | var countDownDate = new Date("Sep 5, 2018 15:37:25").getTime(); |
+ | |||
// Update the count down every 1 second | // Update the count down every 1 second | ||
var x = setInterval(function() { | var x = setInterval(function() { |
Revision as of 02:27, 14 June 2018