Files
vij/404.php

29 lines
577 B
PHP
Raw Permalink Normal View History

2021-09-30 13:51:38 +03:00
<?php
/**
* The main template file.
*
*/
get_header();?>
<div id="content">
<h1 id="title-404">404<br>Страница не найдена</h1>
<p><br>Посмотрите другие материалы или воспользуйтесь поиском<br><br></p>
<div id="search-form">
<form action="<?php bloginfo( 'url' ); ?>" method="get">
<input class="search-text" type="text" name="s" placeholder="<?=$s?>" value=""/>
<input class="search_submit" type="submit" value="Найти"/>
</form>
</div>
</div>
<?php get_footer(); ?>