mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-27 16:39:22 +08:00
Initial commit
This commit is contained in:
commit
b0607606ae
369 changed files with 85494 additions and 0 deletions
32
404.php
Normal file
32
404.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<?php get_template_part('inc/page-title'); ?>
|
||||
|
||||
<div id="page">
|
||||
<div class="container">
|
||||
<div class="main">
|
||||
<div class="main-inner group">
|
||||
|
||||
<div class="content">
|
||||
<div class="pad group">
|
||||
|
||||
<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.', 'magaziner' ); ?></p>
|
||||
</div><!--/.entry-->
|
||||
|
||||
</div><!--/.pad-->
|
||||
</div><!--/.content-->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
</div><!--/.main-inner-->
|
||||
</div><!--/.main-->
|
||||
</div><!--/.container-->
|
||||
</div><!--/#page-->
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue