-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
38 lines (38 loc) · 1.67 KB
/
404.html
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>
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66365958-1', 'auto');
ga('send', 'pageview');
</script>
<meta charset="UTF-8">
<title>404</title>
<link rel="shortcut icon" type="image/x-icon" href="img/icon.ico">
<link rel="stylesheet" href="http://fiona23.github.io/css/default.css" type="text/css">
<link rel="stylesheet" href="http://fiona23.github.io/css/main.css" type="text/css">
<!-- <link rel="stylesheet" href="http://fiona23.github.io/css/font-awesome.min.css" type="text/css"> -->
</head>
<body>
<header>
<a href="http://fiona23.github.io/"><img src="img/icon.png"></a>
<nav>
<ul>
<li><a href="http://fiona23.github.io/">首页</a></li>
<li><a href="http://fiona23.github.io/gallery/">画儿</a></li>
<li><a href="http://fiona23.github.io/blog/">博客</a></li>
<li><a href="http://fiona23.github.io/about">关于</a></li>
</ul>
</nav>
</header>
<div class="not-found">
<p>sorry! 我还没有写好,请过几天再来看吧,或者<a class="inline-link" href="https://github.com/fiona23/fiona23.github.io/issues">催催我</a></p>
</div>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</body>