-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
32 lines (31 loc) · 1.15 KB
/
demo.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
<html>
<head>
<title>Demo></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/main.js"></script>
<style type="text/css">
img {
height:290px;
width:290px;
}
div#demospace {
height:367px;
width:320px;
}
</style>
</head>
<body>
<div id="demospace">
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="0" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="1" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="2" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="3" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="4" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="5" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="6" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="7" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="8" />
<img src="http://img.freebase.com/api/trans/raw/m/05bl7bb" id="9" />
</div>
</body>
</html>