-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path404.php
24 lines (24 loc) · 1.23 KB
/
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
<?php get_header(); ?>
<div class="page-404 clearfix">
<style type="text/css">
.page-404 pre{ width:600px;background:#fff;margin:30px auto;font:18px/1.1 '\5fae\8f6f\96c5\9ed1','\9ed1\4f53';-webkit-box-shadow:5px 5px 5px #ddd;-moz-box-shadow:5px 5px 5px #ddd;box-shadow:0 0 5px #ddd;-moz-border-radius-topleft:90px;-moz-border-radius-bottomright:90px;-webkit-border-top-left-radius:90px;-webkit-border-bottom-right-radius:90px;border-top-left-radius:90px;border-bottom-right-radius:90px;border:1px solid #eee;padding:30px; line-height:100%;}
.page-404 pre:hover{background:#fafafa}
.page-404 pre p { margin:0px; }
#font-404-title {color:#09e;font-size:23px;}
#font-404-1{font-size:90px;color:#900}
#font-404-2{font-size:30px;color:#900}
#time-404{color:#900}
</style>
<pre>
<p><!DOCTYPE HTML></p>
<p><html></p>
<p> <head></p>
<p> <title><span id="font-404-title"><?php wp_title( '|', true, 'right' ); ?></span></title></p>
<p> </head></p>
<p> <body></p>
<p> <h1><span id="font-404-1">404</span><span id="font-404-2">, <?php _e( 'You Know', 'PhotoBroad'); ?></span></h1></p>
<p> </body><br />
<p></html>
</pre>
</div>
<?php get_footer(); ?>