CINXE.COM

Not Published

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Not Published</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> body { background-image: -webkit-linear-gradient(110deg, #d558c8 0%, #24d292 100%); background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%); color: #798289; font-family: "Helvetica Nueue", Helvetica, Arial, Sans-Serif; font-size: .8em; height: 100vh; line-height: 1.5em; margin: 0; min-width: 320px; min-height: 480px; -ms-box-orient: horizontal; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: space-around; justify-content: space-around; -ms-flex-align: center; -webkit-box-align: center; align-items: center; } main { box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.07); background-color: #fff; display: block; text-align: center; } @media screen and (min-width: 540px) { main { margin: 0 auto; padding: 45px 60px; width: 500px; } } </style> </head> <body> <main> <header> <h1>This page isn't live yet</h1> </header> <section> <p> If you are the owner of this domain you need to publish your site before you will see it here. </p> </section> </main> </body> </html>