CINXE.COM

404 - File Not Found

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Error 404"> <title>404 - File Not Found</title> <link href="../../../css/bootstrap.min.css" rel="stylesheet"> <style> body { background-image: url("../../../img/404.jpg"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #464646; } .alpha60 { height: 100vh; display: flex; justify-content: center; align-items: center; color: #ffffff; background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; } /*@media only screen and (max-width: 767px) { body {background-image: url(../../../img/404-m.jpg.jpg);} } */ </style> </head> <body> <div class="text-center"> <div class="alpha60"> <div class="d-flex justify-content-center align-items-center flex-column"> <h1 class="mb-4">Oh no! The page you are looking for is not here.</h1> <a href="." style="color:#fff; text-decoration:none;"> <div style="background-color: #00a0dc; padding: 15px;"> TAKE ME HOME </div> </a> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10