-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChapter_wise_book_summary.html
52 lines (47 loc) · 1.76 KB
/
Chapter_wise_book_summary.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chapter wise summaries</title>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script src="https://kit.fontawesome.com/d9361e7e09.js" crossorigin="anonymous"></script>
<!-- <link rel="icon" href="png/book with pen.png" /> -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" media="screen and (max-width:1211px)" href="phone.css" />
</head>
<body>
<!-- navbar -->
<nav id="navbar">
<!-- js -->
</nav>
<!-- section start -->
<section id="succesful">
<div class="search searchSpe">
<input type="text" id="filter" placeholder="Search">
<h1 class="page-heading">How to Win Friends and Influence People</h1>
</div>
<div class="succesful sec-1">
<!-- js -->
</div>
</section>
<section class="for-margin">
<h1 class="page-heading">Think & Grow Rich</h1>
<div class="succesful sec-2">
<!-- js -->
</div>
</section>
<!-- footer -->
<footer id="footer">
<!-- js -->
</footer>
<script src="js/navbar.js"></script>
<script src="js/chapter_wise_book_summaries.js"></script>
<script src="js/footer.js"></script>
<script src="script.js"></script>
</body>
</html>