Advertisement
Russell

Site Under Maintenance HTML

Oct 25th, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>Site Under Maintenance!</title>
  6. <meta NAME="robots" content="noindex, nofollow" />
  7. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans"/>
  8. </head>
  9.  
  10. <body>
  11. <style type="text/css">
  12. body {
  13.     margin: 0;
  14.     padding: 0;
  15.     color: #ffc600;
  16.     font-family: 'Open Sans', serif;
  17.     font-size: 16px;
  18.     font-weight: normal;
  19.     background-color: #3a3a3a;
  20.     line-height: 22px;
  21.     text-align: center;
  22. }
  23. h1 { color: #fff; font-weight: normal;}
  24. .tools { margin: 0 auto; margin-top: 100px; margin-bottom: -80px; }
  25.  
  26. </style>
  27.  
  28. <div class="tools"><img src="https://i.imgur.com/IPxpSYq.png" width="336" height="333" /></div>
  29. <h1>Site Under Maintenance</h1>
  30. <p>We are currently working on the site, please visit us later!</p>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement