14 lines
508 B
PHP
14 lines
508 B
PHP
<?php
|
|
/**
|
|
* Title: 404 page
|
|
* Slug: powder/404
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
<!-- wp:heading {"level":1} -->
|
|
<h1><?php echo esc_html__( 'Not found, error 404', 'powder' ); ?></h1>
|
|
<!-- /wp:heading -->
|
|
<!-- wp:paragraph -->
|
|
<p><?php echo esc_html__( 'Oops, the page you are looking for does not exist or is no longer available. Please use the search form below to find your way.', 'powder' ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
<!-- wp:search {"width":80,"widthUnit":"%","showLabel":false,"buttonText":"Search"} /-->
|