D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
safa777.info
/
wp-content
/
themes
/
infopediya
/
Filename :
404.php
back
Copy
<?php /** * The template for displaying 404 pages (not found) * @link https://codex.wordpress.org/Creating_an_Error_404_Page * @package Files_Custom_Theme */ get_header() ?> <div id="primary" class="content-area container bg-white"> <main id="main" class="site-main"> <div class="d-flex align-items-center justify-content-center vh-100"> <div class="text-center"> <h1 class="display-1 fw-bold">404</h1> <p class="fs-3"><span class="text-primary">Opps!</span> Page not found.</p> <p class="lead"> The page you’re looking for doesn’t exist. </p> <a href="<?php echo get_site_url() ?>" class="btn btn-success px-4 py-2 text-sm gradient border-0"> Home</a> </div> </div> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();