Created
October 27, 2015 10:16
-
-
Save notyes/12bead15efafbd1e3c56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>We’ll be back soon!</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; margin: 0 auto; max-width: 650px; text-align: left; width: 100%; } | |
| a { color: #dc8100; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| @media (max-width: 960px) { body { padding: 150px 75px;text-align: center; } } | |
| @media (max-width: 360px) { body { padding: 150px 12px;text-align: center; } } | |
| </style> | |
| </head> | |
| <body> | |
| <article> | |
| <h1>We’ll be back soon!</h1> | |
| <div> | |
| <p>Sorry for the inconvenience but we’re performing some maintenance at the moment. If you need to you can always <a href="http://www.webexpress.in.th/">contact us</a>, otherwise we’ll be back online shortly!</p> | |
| <p>— The Team</p> | |
| </div> | |
| <img src="http://x.webexpress.in.th/storage/gp/001.png" alt="" style="display: inherit; z-index: -99; float: right; width: 10em; margin-top: -3em;" > | |
| </article> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment