server/web/app/plugins/f-translate/templates/404.php
Chuck Adams 82911790e4
add ignored plugin files
Signed-off-by: Chuck Adams <chaz@chaz.works>
2026-01-03 15:10:13 -07: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();