mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-20 03:02:27 +08:00
12 lines
327 B
PHP
12 lines
327 B
PHP
<?php
|
||
gp_title( __( 'Not Found < GlotPress', 'glotpress' ) );
|
||
|
||
gp_tmpl_header();
|
||
?>
|
||
|
||
<h2>Page not found</h2>
|
||
|
||
<p>The page you were looking for could not be found. I’m sorry, it’s not your fault… probably. <a href="<?php echo esc_url( home_url( '/' ) ); ?>">Return to the homepage</a></p>
|
||
|
||
<?php
|
||
gp_tmpl_footer();
|