Advertisement
Guest User

SLW age 21 Reminder

a guest
Feb 15th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Sopris Liquor & Wine</title>
  5. </head>
  6. <body bgcolor="black" font="white">
  7. <div align="center"><p><img src="C:\Users\Cashier\Documents\SLW-Transparentv2.png" alt="logo" width="800" height="500" /></p>
  8. <p>&nbsp;</p>
  9. <script>
  10. {
  11. var today = new Date();
  12. var dd = today.getDate();
  13. var mm = today.getMonth() + 1; //January is 0!
  14. var yyyy = today.getFullYear() - 21;
  15.  
  16. if (dd < 10) {
  17. dd = '0' + dd;
  18. }
  19.  
  20. if (mm < 10) {
  21. mm = '0' + mm;
  22. }
  23.  
  24. today = '<h2><div align="center"><span style="color: #ffffff;">' + mm + '/' + dd + '/' + yyyy + '</span></div></h2>';
  25. document.write(today);
  26. }
  27. </script>
  28. <strong><span style="color: #ff0000;"><p id="today"></p></strong></span>
  29. <h2><p><span style="color: #ff0000;"><strong>Customers MUST be born <u>BEFORE</u> this date to buy Alcohol or Tobacco</strong></span></h2></p></div>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement