17 lines
630 B
PHP
17 lines
630 B
PHP
<?php declare( strict_types = 1 ); ?>
|
||
<?php
|
||
/**
|
||
* Title: Default footer
|
||
* Slug: leancv/hidden-404
|
||
* Categories: hidden
|
||
* Inserter: no
|
||
*/
|
||
?>
|
||
|
||
<!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large","anchor":"oops-that-page-can-t-be-found"} -->
|
||
<h1 class="wp-block-heading has-text-align-left has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'leancv' ); ?></h1>
|
||
<!-- /wp:heading -->
|
||
|
||
<!-- wp:paragraph -->
|
||
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'leancv' ); ?></p>
|
||
<!-- /wp:paragraph -->
|