-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
21 lines (16 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Flipbook</title>
<link rel="stylesheet" href="css/flipbook.css">
<link rel="stylesheet" href="css/sample.css">
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/flipBook.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</head>
<div id="page">
<div id="myFlipbook"></div>
<p>
Image Credits: <a href="http://www.flickr.com/photos/unclassified/2991996634/">1</a>, <a href="http://www.flickr.com/photos/powi/4721584736/">2</a>, <a href="http://www.flickr.com/photos/denemiles/3970279665/">3</a>, <a href="http://www.flickr.com/photos/mindfulness/151462234/">4</a>, <a href="http://www.flickr.com/photos/alphaducentaure/4578567145/">5</a>, <a href="http://www.flickr.com/photos/ratzfatz2000/4776907285/">6</a>, <a href="http://www.flickr.com/photos/paulobrandao/2212437726/">7</a>, <a href="http://www.flickr.com/photos/paulobrandao/2740345393/">8</a>, <a href="http://www.flickr.com/photos/paulobrandao/2663118435/">9</a>, <a href="http://www.flickr.com/photos/kevenlaw/2295734625/">10</a>, <a href="http://www.flickr.com/photos/kevenlaw/2759803001/">11</a>, <a href="http://www.flickr.com/photos/4444/288906470/">12</a>
</p>
</div>
</html>