Advertisement
Guest User

Admin

a guest
Nov 12th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <!doctype html>
  2. <title>Site Maintenance</title>
  3. <style>
  4.   body { text-align: center; padding: 150px; }
  5.   h1 { font-size: 50px; }
  6.   body { font: 20px Helvetica, sans-serif; color: #333; }
  7.   article { display: block; text-align: left; width: 650px; margin: 0 auto; }
  8.   a { color: #dc8100; text-decoration: none; }
  9.   a:hover { color: #333; text-decoration: none; }
  10. </style>
  11.  
  12. <article>
  13.     <h1>We&rsquo;ll be back soon!</h1>
  14.     <div>
  15.         <p>Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment. We&rsquo;ll be back online shortly!</p>
  16.         <p>&mdash; The Team</p>
  17.     </div>
  18. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement