404.php

来自「php 开发的内容管理系统」· PHP 代码 · 共 21 行

PHP
21
字号
<?php get_header(); ?>
<div id="main">
  <div id="content">
    <div class="post">
      <h2 class="post-title">
        <em>Oooops...Not found !</em>
        <?php echo date('d M Y h:i a'); ?>
      </h2>
      <p class="post-info">As outputted by the Server and Tagged as Unavailable</p>
      <div class="post-content">
        <p>
          The Server can not find the page you are looking for.
          <br/>
          You may try to locate it yourself by doing a search or browsing through the archives
        </p>
      </div>
    </div>
  </div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?