-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (44 loc) · 2.45 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Library</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<div id="Main-logo">
<h1 class="main-heading">
Book Library</h1>
</div>
<h2>
<a href="#">Home</a>
<a href="books.html">Books</a>
<a href="authors.html">Authors</a></h2>
<br></center>
<div>
<table>
<tr>
<td>
<img src="images/main-img.avif" alt="Main Img" width="380" height="420">
</td>
<td>
<h4>Welcome to our Book Library, where the world of literature awaits you at every turn of the page. Step into a sanctuary of knowledge and imagination, where stories come alive and words dance off the page to transport you to distant lands, exciting adventures, and profound insights.</h4>
<h4>Whether you're an avid reader seeking your next literary escape, a student in pursuit of academic resources, or simply someone who enjoys the pleasure of reading, our library offers a diverse collection of books to cater to every interest and taste.</h4>
<h4>From timeless classics to contemporary bestsellers, from gripping mysteries to heartwarming tales of love and friendship, our shelves are stocked with a treasure trove of literary gems waiting to be discovered. Lose yourself in the pages of a novel, broaden your horizons with non-fiction works, or explore the world of poetry and prose.</h4>
<h4>Our mission is to foster a love of reading and learning in our community, providing access to books and resources that inspire, educate, and entertain. Whether you're here to borrow a book, attend a literary event, or simply linger in the quiet comfort of our reading spaces, we welcome you to our library with open arms.</h4>
<h4>Join us on a journey of exploration and enlightenment as we celebrate the power of words to enrich our lives and expand our minds. Welcome to our Book Library, where every story is a new adventure waiting to begin.</h4>
</td>
</tr>
</table>
</div>
<hr>
<div id="BuyBooks">
<h2>
Buy our books in low price just <a href="books.html">Click here</a>
</h2>
<h2>Go and see more info <a href="authors.html">Click here</a></h2>
</div>
</body>
</html>