forked from Adoream/typecho-theme-diaspora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
38 lines (33 loc) · 1.36 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="zh-CN" class="">
<head>
<title><?php $this->options->title(); ?> | <?php $this->archiveTitle('',''); ?></title>
<link rel="stylesheet" href="/usr/themes/Diaspora-Typecho-master/assets/css/Diaspora.css">
<link rel="icon" href="/usr/themes/Diaspora-Typecho-master/assets/images/ico.png"type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="<?php $this->options->charset(); ?>">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="google" content="notranslate" />
<head>
<div id="single" class="page">
<div id="top">
<a class="image-icon" href="javascript:history.back()"></a>
</div>
<div class="section">
<div class="images">
</div><div class="article">
<div>
<div class="content">
<h1>404 Not Found</h1>
<p>The page you were looking for is no longer available.</p>
</div>
</div>
</div>
</div>
</div>
</body></html>