| Server IP : 103.255.250.91 / Your IP : 216.73.217.146 Web Server : Apache System : Linux charlie.thegoodhost.io 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64 User : tongkhen ( 1019) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/tongkhen/domains/carpetworld.com.sg/wp-content/themes/renovation/ |
Upload File : |
<?php /** * The template for displaying 404 pages (Not Found) * */ get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <div class="container"> <div class="error-page"> <header class="page-header"> <h1> 4<span>0</span>4</h1> <h2 class="page-title"><?php _e( 'Page Not Found', 'twentythirteen' ); ?></h2> </header> <div class="page-wrapper"> <div class="page-content"> <!--h2><?php _e( 'This is somewhat embarrassing, isn’t it?', 'twentythirteen' ); ?></h2> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentythirteen' ); ?></p--> <div class="home-btn"> <button type="button" class="btn btn-primary"> Home</button> </div> <!--?php get_search_form(); ?--> </div><!-- .page-content --> </div><!-- .page-wrapper --> </div> </div> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>