-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·31 lines (31 loc) · 1.05 KB
/
404.html
File metadata and controls
executable file
·31 lines (31 loc) · 1.05 KB
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
<!DOCTYPE HTML>
<!--
__ __ ___ __ __ ____ _ _
\ \ / /|_ _|| \/ | / ___|| \ | |
\ \ / / | | | |\/| | _____ | | | \| |
\ V / | | | | | ||_____|| |___ | |\ |
\_/ |___||_| |_| \____||_| \_|
-->
<html lang="zh">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<title>Vim-cn Community 404</title>
<link rel="stylesheet" href="resource/css/404.css" type="text/css" media="screen" charset="utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="resource/img/favicon.ico"/>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<body>
<header unselectable="on">
<h1>Vim-cn</h1>
<div class="clearfix"></div>
</header>
<article>
<h1>E404: Page not found.</h1>
</article>
<footer>
<a title="Follow @vim_cn" href="https://twitter.com/vim_cn"><img alt="twitter" src="resource/img/icon.png"/></a>
<a href="https://github.com/Vim-cn">Copyleft Vim-cn Community 2011</a>
</footer>
</body>
</html>