CINXE.COM

Page Not Found

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Page Not Found</title> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" /> <link rel="stylesheet" href="/static/css/styles.min.css" /> <style> body { background-color: #f8f9fa; font-family: 'Arial', sans-serif; } .o-login__logo img { max-width: 100%; height: auto; } .o-login__boxarea { margin-top: 50px; } .o-login__leftimage img { max-width: 100%; height: auto; } .o-login__rightbox { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .o-login__rightboxtittle { font-size: 2rem; margin-bottom: 20px; } .o-login__rightbox p { font-size: 1.2rem; margin-bottom: 20px; } .btn-primary { background-color: #007bff; border-color: #007bff; } </style> </head> <body class="o-login"> <header class="header"> <div class="container"> <div class="row"> <div class="col-md-12"> <a href="/" class="o-login__logo"> <img src="/static/images/logo.svg" alt="MEDCOR" width="190" height="32"> </a> </div> </div> </div> </header> <section class="main-body"> <div class="container o-login__boxarea"> <div class="row align-items-end"> <div class="col-md-4"> <div class="o-login__leftimage"> <img src="/static/images/element/login-human-blue-glow.svg" alt="Blue Glow" class="o-login__leftimageblue"> <img src="/static/images/element/login-human-pink-glow.svg" alt="Pink Glow" class="o-login__leftimagepink"> <img src="/static/images/login-image.png" alt="login image" class="o-login__leftimagemain"> </div> </div> <div class="col-md-8 position-relative"> <img src="/static/images/element/login-bottom-glow.svg" alt="Blue Glow" class="o-login__rightboxblue"> <img src="/static/images/element/login-top-glow.svg" alt="Pink Glow" class="o-login__rightboxpink"> <div class="o-login__rightbox animated-wrapper"> <h1 class="o-login__rightboxtittle">404 - Page Not Found</h1> <p>Sorry, the page you are looking for does not exist.</p> <a href=https://medcor.ai/ class="btn btn-primary">Go to Home</a> </div> </div> </div> </div> </section> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> </body> </html>

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