mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 06:20:51 +08:00
Initial commit
This commit is contained in:
commit
9f13aa6240
389 changed files with 84369 additions and 0 deletions
29
404.php
Normal file
29
404.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div id="split-left">
|
||||
<?php get_template_part('inc/featured'); ?>
|
||||
</div><!--/#split-left-->
|
||||
|
||||
<div id="split-right">
|
||||
|
||||
<div id="split-right-top" class="pad">
|
||||
<?php get_template_part('inc/page-title'); ?>
|
||||
</div>
|
||||
|
||||
<div class="content pad">
|
||||
|
||||
<div class="notebox">
|
||||
<?php get_search_form(); ?>
|
||||
</div><!--/.notebox-->
|
||||
|
||||
<div class="entry">
|
||||
<p><?php esc_html_e( 'The page you are trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'split' ); ?></p>
|
||||
</div><!--/.entry-->
|
||||
|
||||
</div><!--/.content-->
|
||||
|
||||
</div><!--/#split-right-->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue