1st commit
This commit is contained in:
24
404.php
Normal file
24
404.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php get_header()?>
|
||||
|
||||
<!-- start content wrapper -->
|
||||
<div class="content clearfix">
|
||||
|
||||
<div class="content-inner-wrapper clearfix">
|
||||
|
||||
<div class="page-title">
|
||||
<h1><?php esc_html_e('404 - Page Not Found', 'toppic') ?></h1>
|
||||
</div>
|
||||
|
||||
<div class="inner-content">
|
||||
<p><?php esc_html_e( 'The page you are looking for was moved, removed, renamed or might never existed.' , 'toppic' ) ?></p>
|
||||
<a class="more-link" href="<?php echo esc_url( home_url() ) ?>"><?php esc_html_e( 'Back to home', 'toppic' ) ?></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="bg404"></div>
|
||||
|
||||
</div>
|
||||
<!-- end content wrapper -->
|
||||
|
||||
<?php get_footer()?>
|
||||
Reference in New Issue
Block a user