-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooksigned.html
100 lines (94 loc) · 4.88 KB
/
booksigned.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<title>Books</title>
<link rel="stylesheet" href="stylebooks.css">
<script type="text/javascript" src="signuplogin.js">
</script>
</head>
<body>
<div class="para">
<div class="tr">E-l<font color="orange" class="lib">i</font>b!</div>
<ul align="center">
<li><a href="mainpage.html" class="navanchor">Logout</a></li>
<li><a href="about.html" class="navanchor">About</a></li>
</ul>
<button class="button" onclick="parent.location='../sticky background/page.html'"></button>
</div>
<br>
<iframe allowtransparency="true" src="genres.html" frameborder="0" align="left">hello</iframe>
<div class="books">
<table cellspacing="50">
<tr>
<td colspan="4" id="target1"><h1 align="center"><u>MARKETING</u></h1></td>
</tr>
<tr>
<td><a href="stock.html"><img src="Stock-Market-Basics.jpg"></a></td> <td> <a href="social.html"> <img src="Social-Media-Dominator.jpg"></a></td> <td> <a href="lottery.html"> <img src="Lottery-Secrets.jpg"></a>></td>
<td><a href="wealth.html"><img src="thewealthcode.jpg"></a></td></tr>
<tr>
<td><b>Stock Market Basics</b></td><td><b>Social Media Dominator</b></td><td><b>Lottery Sectrets</b></td><td><b>The Wealth Code</b></td>
</tr>
<tr>
<td>Author: DreamGains Financials India</td><td>Author: Mick Phillips</td><td>Author: Ken Silver</td><td>Author: Winter & Alvin</td>
</tr>
<tr>
<td><button class="books" onclick="window.location.href = 'stock-market-basics__.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
<td><button class="books" onclick="window.location.href = 'socialmediadominator.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
<td><button class="books" onclick="window.location.href = '_lottery-secrets.pdf';" ><font align="center" face="futura" style="font-weight: bold;" >Read Book</font></button></td>
<td><button class="books" onclick="window.location.href = 'thewealthcode.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
</tr>
</table>
<hr>
<table cellspacing="50"align="center">
<tr><td colspan="2" id="target2"><h1 align="center"><u>HEALTH</h1></u></td></tr>
<tr><td><a href="paleo.html"><img src="The-Paleo-Diet.jpg"></a></td><td><a href="120.html"><img src="I-Lost-120-Pounds.jpg"></a></td></tr>
<tr><td><b>The Paleo Diet</b></td><td><b>I Lost 120 Pounds</b></td></tr>
<tr><td>Author: Paleo</td><td>Author: Margie Garrison</td></tr>
<tr>
<td><button class="books" onclick="window.location.href = '_the-paleo-diet-report.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
<td><button class="books" onclick="window.location.href = 'lost.html';"><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
</tr>
</table>
<hr>
<table cellspacing="50" style="margin-left: 200px;">
<tr><td><h1 align="center" id="target3"><u>SPIRITUAL</u></h1><td></tr>
<tr><td><a href="bible.html"><img src="bible.jpg"></a></td></tr>
<tr><td><b>The Holy Bible</b></td></tr>
<tr><td>Author: King James Version without Apocrypha</td></tr>
<tr>
<td><button class="books" onclick="window.location.href = 'bible.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
</tr>
</table>
<hr>
<table cellspacing="50" style="margin-left: 200px;">
<tr><td><h1 align="center" id="target4"><u>TECHNOLOGY</u></h1></td></tr>
<tr><td><a href="ieee.html"><img src="ieee.jpg"></a></td></tr>
<tr><td><b>The Spectrum</b></td></tr>
<tr><td>Author: IEEE</td></tr>
<tr>
<td><button class="books" onclick="window.location.href = '11_Spectrum_2019.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
</tr>
</table>
<hr>
<table cellspacing="50" style="margin-left: 200px;">
<tr><td id="target5"><h1 align="center"><u>ROMANCE</u></h1></td></tr>
<tr><td><a href="romantic.html"><img src="101-Romantic-Ideas_29314.jpg"></a></td></tr>
<tr><td><b>101 Romantic Ideas</b></td></tr>
<tr><td>Author: Michael Webb</td></tr>
<tr>
<td><button class="books" onclick="window.location.href = '_101-romantic-ideas.pdf';" ><font align="center" face="futura" style="font-weight: bold;">Read Book</font></button></td>
</tr>
</table>
<hr>
</div>
<div class="foot">
<ul class="footlist">
<li><a href="about.html">About</a></li>
<li><a href="tc.html">Terms And Condition</a></li>
<li><a href="pp.html">Privacy Policy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<hr>
<p class="cpy">Copyright© 2019,E-LIB!<sup>tm</sup>. All rights reserved</p>
</div>
</body>
</html>