This commit is contained in:
Jerry
2023-08-21 16:27:12 +02:00
parent 889e890461
commit f9fab65696
4 changed files with 28 additions and 9 deletions

View File

@@ -1,13 +1,25 @@
<?php get_header();?>
<div class="content no-pb">
<div class="top-panel empty"></div>
<div class="cont back-white">
<div class="site-error">
<h1>Not Found (#404)</h1>
<p>The above error occurred while the Web server was processing your request.</p>
<p>Please contact us if you think this is a server error. Thank you.</p>
<div class="content">
<div class="cont">
<div class="p404">
<div class="inner-cont width-large white">
<div class="p404-img">
<img src="<?= get_theme_file_uri('/assets/img/404.svg'); ?>" alt="404">
</div>
<h1><b>We cant find the page you are looking for</b></h1>
<p>Sorry, looks like the page with this URL does not exist. Here are some other options:</p>
<ul>
<li>View your materials in <a href="<?= get_lawcarta_url()?>/library">My Library</a></li>
<li>Browse our digital <a href="<?= get_lawcarta_url()?>/catalog">Catalog</a></li>
<li>Find answers in the <a href="/faq-page">FAQ articles</a></li>
</ul>
<div class="bot-link">
<a href="/" class="button link">Back to Home page</a>
</div>
</div>
</div>
</div>
</div>