CINXE.COM

Error

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Error</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet"> <style type="text/css"> body { background-color: #fff; } .oops { font-family: Roboto, sans-serif; font-weight: 500; line-height: 120px; font-size: 88px; color: #DADDE0; } .error-msg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .error-msg h1 { font-family: Roboto, sans-serif; font-weight: 500; line-height: 28px; font-size: 16px; color: #30373D; margin-top: 16px; margin-bottom: 0; } </style> </head> <body> <div class="error-msg"> <span class="oops" >Oops!</span> <h1>Site disabled</h1> </div> </body> </html>