hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-content/languages/themes/the/ |
home/chryzalihi/www/wp-content/themes/hello-elementor/template-parts/404.php 0000644 00000001135 15242566216 0023137 0 ustar 00 <?php
/**
* The template for displaying 404 pages (not found).
*
* @package HelloElementor
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<main id="content" class="site-main">
<?php if ( apply_filters( 'hello_elementor_page_title', true ) ) : ?>
<div class="page-header">
<h1 class="entry-title"><?php echo esc_html__( 'The page can’t be found.', 'hello-elementor' ); ?></h1>
</div>
<?php endif; ?>
<div class="page-content">
<p><?php echo esc_html__( 'It looks like nothing was found at this location.', 'hello-elementor' ); ?></p>
</div>
</main>
home/chryzalihi/www/wp-content/themes/bloglo/404.php 0000644 00000001276 15242567253 0016370 0 ustar 00 <?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Bloglo
* @author Peregrine Themes
* @since 1.0.0
*/
?>
<?php get_header(); ?>
<div class="bloglo-container">
<div id="primary" class="content-area">
<?php do_action( 'bloglo_before_content' ); ?>
<main id="content" class="site-content" role="main"<?php bloglo_schema_markup( 'main' ); ?>>
<?php do_action( 'bloglo_content_404' ); ?>
</main><!-- #content .site-content -->
<?php do_action( 'bloglo_after_content' ); ?>
</div><!-- #primary .content-area -->
</div><!-- END .bloglo-container -->
<?php
get_footer();
home/chryzalihi/www/wp-contentOLD/themes/longevity/404.php 0000604 00000002625 15243406040 0017447 0 ustar 00 <?php
/**
* The template for displaying 404 pages (not found)
*
* @package Longevity
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<section id="primary" class="content-area valign-wrapper">
<main id="main" class="site-main">
<div class="entry-content">
<header class="entry-header">
<h1 class="page-title"><?php esc_html_e( 'Page not found', 'longevity' ); ?></h1>
</header>
<h2 class="entry-title"><?php esc_html_e( 'This is also somewhat embarrassing for us.', 'longevity' ); ?></h2>
<p><?php esc_html_e( 'It looks like something went wrong somewhere. Perhaps try doing a search with keywords related to what you were looking for?', 'longevity' ); ?></p>
<p><?php get_search_form(); ?></p>
<p><a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="nav-link"><?php esc_html_e( 'Return to the Homepage here', 'longevity' ); ?></a></p>
</div>
</main>
</section>
</body>
</html>