Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Setup Test</title>
  6. <style>
  7. body {
  8. background-color: #fff;
  9. color: #111;
  10. font-family: "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  11. font-size: 85%;
  12. margin-left: 15px;
  13. }
  14. h1 {
  15. color: #0E618C;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <h1>Congratulations!</h1>
  21. <p>Today is <?= date('l jS of F Y h:i:s A'); ?>.</p>
  22. <p>If the current day of the week is displayed, you look good to go.</p>
  23. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement