-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmytest.html
More file actions
78 lines (78 loc) · 2.39 KB
/
mytest.html
File metadata and controls
78 lines (78 loc) · 2.39 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<title>This is a test page, which you will never used in your product.</title><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="style.css" type="text/css" media="all" title="no title" charset="utf-8"/>
<script type="text/javascript" src="modernizr-1.5.min.js">
</script>
</head>
<body>
<header>
<nav>
<ul>
<li class="seleted">
<span>首页</span>
</li>
<li>
<span>门窗定制</span>
</li>
<li>
<span>铝合金</span>
</li>
<li>
<span>钛合金</span>
</li>
<li>
<span>关于我们</span>
</li>
</ul>
</nav>
</header>
<div id="content">
<section>
<article class="slideNext">
<div class="title">
本站点正在开发中
</div>
<div class="general">
本站点采用HTML5页面标签进行设计,主要考虑到语义化的web界面设计,给用户带来不一样的体验,当然只能在现代浏览器(Chrome/Firefox/Opera/Safri)上有特殊效果。
</div>
</article>
<article>
<div class="title">
本站点正在开发中
</div>
<div class="general">
本站点采用HTML5页面标签进行设计,主要考虑到语义化的web界面设计,给用户带来不一样的体验,当然只能在现代浏览器(Chrome/Firefox/Opera/Safri)上有特殊效果。
</div>
</article>
<div class="clearfix">
<article>
<div class="title">
本站点正在开发中
</div>
<div class="general">
本站点采用HTML5页面标签进行设计,主要考虑到语义化的web界面设计,给用户带来不一样的体验,当然只能在现代浏览器(Chrome/Firefox/Opera/Safri)上有特殊效果。
</div>
</article>
<article>
<div class="title">
本站点正在开发中
</div>
<div class="general">
本站点采用HTML5页面标签进行设计,主要考虑到语义化的web界面设计,给用户带来不一样的体验,当然只能在现代浏览器(Chrome/Firefox/Opera/Safri)上有特殊效果。
</div>
</article>
</section>
<aside>
<div>
此处安放广告?
</div>
</aside>
</div>
<footer>
<div>
幸福门窗 © 2010-2011 All Rights Reserved.
</div>
</footer>
</body>
</html>