-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotoWall.html
38 lines (37 loc) · 1.34 KB
/
photoWall.html
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>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Photo Meteor</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/flow.css">
<link rel="stylesheet" href="css/photo.css">
<link rel="stylesheet" href="css/photo_responsive.css">
<link href='http://fonts.googleapis.com/css?family=Acme' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="body-wrapper ">
<header class="header mb20">
<h1 class="logo ftAcme">Photo Meteor</h1>
<div class="searchbar">
<input class="search ftBold ft14" id="searchInput" type="text" placeholder=""/><a class="search-btn" id="searchBtn" href="javascript:void(0);">搜一搜</a>
</div>
</header>
<section id="flow1" class="photoflow-wrapper mb20">
</section>
<div class="bottom-tip ft24 ftAcme mb20" id="tipBar">Loading .... </div>
<footer class="footer">
<p>@copyright meteorasd555</p>
</footer>
</div>
<script src="js/jquery-1.7.1.js"></script>
<script src="js/common.js"></script>
<script src="js/flow.js"></script>
<script src="js/photo.js"></script>
</body>
</html>