D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
salvation.incrediblebengal.com
/
admin
/
errors
/
Filename :
error_404.php
back
Copy
<?php include'config.php'; include'get_session_access.php'; adminAccess($log_type); $page_title = "404"; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Encode Restaurent - Admin Dashboard </title> <?php include'../style.php'; ?> </head> <body class="h-100 bg-white"> <div class="h-100"> <div class="container h-100"> <div class="row justify-content-center align-items-center" style="height: 100vh !important;"> <div class="col-md-5"> <div class="form-input-content text-center error-page"> <h1 class="error-text font-weight-bold"><?php echo $page_title; ?></h1> <h4><i class="fa fa-exclamation-triangle text-warning"></i> The page you were looking for is not found!</h4> <p>You may have mistyped the address or the page may have moved.</p> <div> <a class="btn btn-primary" href="index-2.html">Back to Home</a> </div> </div> </div> </div> </div> </div> </body> </html>