-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.5 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.5 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
33
34
35
36
37
38
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie6" lang="zh-cn"><![endif]-->
<!--[if IE 7 ]><html class="ie7" lang="zh-cn"><![endif]-->
<!--[if IE 8 ]><html class="ie8" lang="zh-cn"><![endif]-->
<!--[if IE 9 ]><html class="ie9" lang="zh-cn"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="zh-cn"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>网站通用结构</title>
<meta name="keywords" content="网站通用结构模板" />
<meta name="description" content="网站通用结构模板--只是将网站的框架搭好,便于快速开发。" />
<link href="css/global/reset.css" type="text/css" rel="stylesheet" />
<link href="css/global/common.css" type="text/css" rel="stylesheet" />
<base target="_blank"/>
</head>
<body>
<div class="wrapper">
<div id="doc-wrap">
<div id="doc-view">
<div id="doc-hd"></div>
<div id="doc-bd">
<div id="doc-main" class="container">
<div id="doc-main-hd" class="hd"></div>
<div id="doc-main-bd" class="bd"></div>
<div id="doc-main-ft" class="ft"></div>
<div class="front-view" id="doc-main-front"></div>
</div>
<div class="front-view" id="doc-bd-front"></div>
</div>
<div id="doc-ft"></div>
<div class="front-view" id="doc-view-front"></div>
<div class="behind-view"></div>
</div>
<div class="front-view" id="outer-extra"></div>
</div>
</div>
</body>
</html>