Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <script>
  2. $(function() {
  3. $('.countdown').countdown({
  4. date: "June 7, 2087 15:03:26"
  5. });
  6. });
  7. </script>
  8.  
  9. <div class="countdown styled"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement