Files
LiveCartaWP/htdocs/wp-content/themes/lawcarta/404.php
2020-06-01 14:46:42 +03:00

15 lines
429 B
PHP

<?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>
</div>
</div>
<?php get_footer();