-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathebook.html
More file actions
35 lines (29 loc) · 1.1 KB
/
ebook.html
File metadata and controls
35 lines (29 loc) · 1.1 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
<!DOCTYPE html>
<html>
<div id = 'header'></div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner2">
<p><uL><li>
The Book App can create as many books as we want.</li>
<li>
The app reads xml and loads different html files based on bookid. </li>
<li>
Book is the collection while pages are models in this book built for front end. </li>
<li> We also have built books with highlighting, reader, notes, animations etc.
</li><li> The same logic
can load any book dynamically.
</li><li> There are Quizzes, Notes, Highlighting in books.
</li>
</uL>
</p>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3nU0ZiNVh6XzRYZVU/dogmvc.html?bookid=book1" width = "1200px" height = "1200px" ></iframe>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3nU0ZiNVh6XzRYZVU/dogmvc.html?bookid=book2" width = "1200px" height = "1200px" ></iframe>
</section>
</div>
</html>
<script src="javascripts/jquery-1.8.3.min.js"></script>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>