sf-static/flblog/themes/casper/404-search.html.php

12 lines
400 B
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
<article class="post-full post">
<header class="post-full-header">
<h1 class="post-full-title">Search results not found!</h1>
</header>
<section class="post-full-content">
<div class="post-content">
<p>Please search to find what you're looking for or visit our <a href="<?php echo site_url() ?>">homepage</a> instead.</p>
<?php echo search() ?>
</div>
</section>
</article>