Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Site Maintenance</title>
  6. <style>
  7. body { text-align: center; padding: 20px; }
  8. @media (min-width: 768px){
  9. body{ padding-top: 150px; }
  10. }
  11. h1 { font-size: 50px; }
  12. body { font: 20px Helvetica, sans-serif; color: #333; }
  13. article { display: block; text-align: left; max-width: 650px; margin: 0 auto; }
  14. a { color: #dc8100; text-decoration: none; }
  15. a:hover { color: #333; text-decoration: none; }
  16. </style>
  17. </head>
  18.  
  19. <body>
  20. <h1>We&rsquo;ll be back soon!</h1>
  21. <article>
  22. <p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment. If you need to you can always <a href="mailto:#">contact us</a>, otherwise we&rsquo;ll be back online shortly!</p>
  23. <p>&mdash; The Team</p>
  24. </article>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement