-
Notifications
You must be signed in to change notification settings - Fork 0
/
the fault in our stars.html
89 lines (80 loc) · 3.67 KB
/
the fault in our stars.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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" rel="stylesheet" type="text/css" />
<title>The Fault in Our Stars</title>
</head>
<body class="samybody">
<header class="samyheader">
<a href="/index.html" class="logo">booktobia</a>
<nav class="menuu">
<a href="/index.html">home</a>
<a href="categories">Categories</a>
<a href="/contact us.html">Contact us</a>
<a href="best selling.html">Best siling</a>
</nav>
</header>
<div class="samybook">
<h1 class="samytitle">
the fault in our stars
</h1>
<br><br><br>
<a class="samyamazon" href="https://www.amazon.com/Fault-Our-Stars-John-Green/dp/014242417X"> buy from here </a>
<br><br>
<a class="samyaudio" href="https://audiobookstore.com/audiobooks/the-fault-in-our-stars-unabridged.aspx?campaign=dynamic_ads_international&source=google&medium=ppc&gad_source=1&gclid=CjwKCAjw57exBhAsEiwAaIxaZs3vDZPMKkvxy8zJZh8uia--x297KDGA2dLzRXbO8f2fldloRL0O4RoCLu4QAvD_BwE">listen from here</a>
<img src="images/the fault in our stars book.jpg" class="samyimg">
<div class="info">
<table class="mytable">
<tr>
<th>author</th>
<td>john green</td>
</tr>
<tr>
<th>cover</th>
<td>radigo</td>
</tr>
<tr>
<th>country</th>
<td>united state</td>
</tr>
<tr>
<th>language</th>
<td>english</td>
</tr>
<tr>
<th>genre</th>
<td>Young adult </td>
</tr>
<tr>
<th>published</th>
<td>January 10, 2012</td>
</tr>
<tr>
<th>page</th>
<td>313</td>
</tr>
</table>
</div>
</div>
<div class="samyriv">
<h1 class="titriv">book review</h1>
<iframe class="samyvid" width="560" height="315" src="https://www.youtube.com/embed/9ItBvH5J6ss?si=_okhbjIvuepwf8Vl" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<p class="samyparag">Despite the tumor-shrinking medical miracle that has bought her a few years, Hazel has never been anything but terminal, her final chapter inscribed upon diagnosis. But when a gorgeous plot twist named Augustus Waters suddenly appears at Cancer Kid Support Group, Hazel's story is about to be completely rewritten.<br><br>
Insightful, bold, irreverent, and raw, The Fault in Our Stars is award-winning author John Green's most ambitious and heartbreaking work yet, brilliantly exploring the funny, thrilling, and tragic business of being alive and in love.
</p>
</div>
<footer class="samyabout">
<h2>This Page Made By: khaled_samy</h2>
<a href="https://www.linkedin.com/in/khaled-samy-944608302/" target="_blank">
<img src="icons/linkedin.png" alt="" width="40">
</a>
<a href="https://github.com/khaledsamy20" target="_blank">
<img src="icons/github-sign.png" alt="" width="40" style="position: absolute;left: 110px;">
</a>
</footer>
<p class="ssspace"></p>
</body>
</html>