-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
31 lines (28 loc) · 940 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*/
get_header(); ?>
<div class="am-container">
<div class="am-g">
<div class="am-u-md-8">
<div class="am-alert am-alert-secondary" data-am-alert>
找不到相关页面!404
</div>
<iframe scrolling='no' frameborder='0' src='http://yibo.iyiyun.com/Home/Distribute/ad404/key/17853' style='width:100%;height:470px;display:block;'></iframe>
</div>
<div class="am-u-md-4">
<div id="amz-offcanvas" class="am-offcanvas doc-offcanvas">
<?php
get_sidebar(); ?>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>