forked from byrwiki/byrwiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
35 lines (27 loc) · 975 Bytes
/
help.html
File metadata and controls
35 lines (27 loc) · 975 Bytes
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
<!DOCTYPE html>
<html>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<head>
<title>赞助我们 | Byr.wiki·北邮人导航</title>
<link rel="shortcut icon" href="favicon.ico">
<meta name="Keywords" content="北京邮电大学,导航,北邮人,Byr,Byr.wiki"/>
<meta name="Description" content="北邮人常用的网址导航 随时随地 Byr.wiki 记住一个就够了!"/>
<link href="./css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./css/frontstyle.css">
<link href='./css/marxico.css' rel='stylesheet'>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<!--Sidebar content-->
</div>
<div class="span10">
<!--Body content-->
</div>
</div>
</div>
</body>
</html>