File Manager
Create Folder
Create File
Upload File
Home
/ Directory >
/
home1
/
swachhmaharashtr
/
public_html
/
app
/
views
/
partials
/
errors
Item Name
Actions
error_404.php
Delete
Rename
Edit
error_general.php
Delete
Rename
Edit
error_no_permission.php
Delete
Rename
Edit
error_server.php
Delete
Rename
Edit
forbidden.php
Delete
Rename
Edit
Edit File: error_404.php
<style> .info-404 h1 { font-size: 172px; font-weight: bold; color: red; } </style> <div class="container"> <div class="info-404 text-center"> <h1 class="my-3">404</h1> <h2 class="text-muted">Page Not Found</h2> <?php if (DEVELOPMENT_MODE) { ?> <div class="text-muted my-3"><small><?php echo $this->view_data; ?></small></div> <?php } ?> <div class="text-center"> <a href="<?php print_link(HOME_PAGE); ?>" class="btn btn-primary">Go to home page</a> </div> </div> </div>