maciej1993

clock

Apr 27th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>clook.js</title>
  4. <link rel="stylesheet" href="style.css">
  5. </head>
  6. <body>
  7. <div id="clock">
  8. <h2>Do startu serwisu pozostało</h2>
  9.  
  10.  
  11. <div id="time">
  12.  
  13. <div><span id="hour">00</span> Hours</div>
  14. <div><span id="hour">00</span> Minutes</div>
  15. <div><span id="hour">00</span> secunts</div>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment