-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
32 lines (32 loc) · 1.52 KB
/
error.html
File metadata and controls
32 lines (32 loc) · 1.52 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
32
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>error服务器错误</title>
<link rel="shortcut icon" href="http://25.media.tumblr.com/avatar_2c78040ac84a_16.png" />
<link rel="apple-touch-icon" href="http://25.media.tumblr.com/avatar_2c78040ac84a_128.png"/>
<link href="http://banweibo.com/css/bootstrap.min.css" rel="stylesheet" media="screen"/>
<link href="http://banweibo.com/css/flat-ui.css" rel="stylesheet"/>
<link href="http://banweibo.com/css/global.css" rel="stylesheet"/>
</head>
<body>
<div class="container">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner" id="top_nav_div">
<div class="container">
<a class="brand" href="http://banweibo.com/"><img src="http://banweibo.com/img/logo/logo_black.jpg"></a>
<ul class="nav" id="top_nav">
<li><a href="http://banweibo.com/">首页 <i class="icon-home icon-white"></i></a></li>
<li><a href="http://banweibo.com/select/">人物 <i class="icon-star icon-white"></i></a></li>
<li><a href="http://banweibo.com/hot/">热门 <i class="icon-fire icon-white"></i></a></li>
<li><a href="http://banweibo.com/search/">搜索 <i class="icon-search icon-white"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div style="margin-top:300px;font-size:45px;text-align:center;"><strong>sorry</strong>
<p>服务器开小差了,暂时无法访问</p></div>
</div>
</body>
</html>