CINXE.COM
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <style> body { background: #f1f0f0; } .page-wrap { min-height: 70vh; } .lead { font-size: 2.25rem!important; font-weight: 500!important; color: #2e2929!important; } </style> </head> <body id="bg" style=""> <div class="page-wraper"> <!-- header --> <header class="site-header header mo-left"> <!-- main header --> </header> <!-- header END --> <!-- Content --> <div class="page-content"> <div class="page-wrap d-flex flex-row align-items-center"> <div class="container"> <div class="row justify-content-center"> <div class="col-md-12 text-center white"> <span class="display-3 text-danger d-block" style="margin-top:20%;color:#fff">404</span> <div class="mb-4 lead" style="color:#fff">Here Page not found...</div> <a href="https://www.sandipuniversity.edu.in/" class="btn btn-lg btn-warning col-md-4" style="color:#fff">Back to Homepage</a> </div> </div> </div> </div></div> <!-- Button sections--> </div> <!-- Actual Page Seection--> <!-- Content END--> <!-- Footer --> </body> </html>