Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
2020
/
wp-content
/
themes
/
airmob
/
✏️
Editing: 404.php
<?php /** * The template for displaying 404 pages * */ get_header(); ?> <main id="main" class="site-main" role="main"> <section class="page-section"> <header class="page-header"> <h1>404</h1> </header> <div class="page-content"> <p>Page not found.</p> </div> </section> </main> <?php get_footer();
💾 Save
❌ Cancel