-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
44 lines (43 loc) · 1.51 KB
/
Index.html
File metadata and controls
44 lines (43 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>未央|Ordin</title>
<!--布局-->
<link href="css/content_styles.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<header id="wrapper">
<div class="container clearfix">
<h1 id="logo"><a href="Index.html">MY FOLIO</a></h1>
<div id="nav-button"> <span class="nav-bar"></span> <span class="nav-bar"></span> <span class="nav-bar"></span> </div>
<div id="options" class="clearfix">
<ul id="filters" class="option-set clearfix" data-option-key="filter">
<li><a href="Index.html" class="selected">发布|Send</a></li>
<li><a href="Index.html">最热|Hot</a></li>
<li><a href="Index.html">收藏|Favorite</a></li>
<li><a href="Index.html">个人中心|Me</a></li>
</ul>
</div>
</div>
</header>
<div class="container">
<div id="container" class="clearfix">
<div class="element clearfix col1-3 blog blog1"> <a href="Article.html">
<div class="images"><img src="images/pic8.jpg" alt="" /> </div>
<div class="white-bottom">
<h2>Ok, One Last Link</h2>
<p>Phasellus leo ante, posuere in fringilla vitae, pretium at dui. Fusce et neque quis odio gravida auctor vel non mauris.</p>
<div id="zan">
<a href="#">收藏</a> <a href="#">点赞</a> (6543)
</div>
</div>
</div>
<!-- 回到顶部 -->
<div id="backtotop">
<ul>
<li><a id="toTop" href="#" onClick="return false">Back to Top</a></li>
</ul>
</div>
</body>
</html>