You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
915 B

<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
<div id="main" class="col-mb-12 col-8 col-offset-2">
<style>#header{height:70vh}#site-meta{display:none}#background{background:url(<?php $this->options->themeUrl('assets/img/404.jpg');?>) center center no-repeat;background-size:cover;z-index:-1;position:relative}.error-page{margin-bottom:30px}input[type="text"]{padding:10px}.submit{width:50%;max-width:200px}</style>
<div class="error-page">
<h2 class="post-title">404</h2>
<p>
<?php _e('来到了一个不存在的位置, 要不要搜索看看: '); ?>
</p>
<form method="post">
<p>
<input type="text" name="s" class="text" autofocus />
</p>
<p>
<center>
<button type="submit" class="submit">
<?php _e('搜索'); ?>
</button>
</center>
</p>
</form>
</div>
</div>
<!-- end #content-->
<?php $this->need('footer.php');