server/content/plugins/f-translate/templates/404.php
Ryan McCue 3e7bc6e67b Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 11:48:47 +02:00

12 lines
327 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
gp_title( __( 'Not Found &lt; GlotPress', 'glotpress' ) );
gp_tmpl_header();
?>
<h2>Page not found</h2>
<p>The page you were looking for could not be found. Im sorry, its not your fault&hellip; probably. <a href="<?php echo esc_url( home_url( '/' ) ); ?>">Return to the homepage</a></p>
<?php
gp_tmpl_footer();