-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (46 loc) · 2.1 KB
/
about.html
File metadata and controls
52 lines (46 loc) · 2.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
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<div id="navbar" class="navbar"></div>
<p>
BestReads is a site that gives you an idea about the book you want to buy. We offer a huge collection of books in diverse categories. <br><br>
We have a user friendly search engine. With this we even provide best discounts on our books. You can write to us for any idea or any help you need.
<br><br>
BestReads is a site that gives you an idea and a platform for the book you want. We offer a huge collection of books in diverse categories.
<br><br>
We have a user friendly search engine. With this we even provide best discounts on our books. You can write to us for any idea or any help you need.
</p>
<div id="footer">
<div id="left">
<div id="f-logo">
<img src="https://64.media.tumblr.com/78aa4e4d291288b353bfeb6c02ec5bb8/65df1d7671104852-d8/s1280x1920/ff3615535a4f4ef46e24cb0d3533cba522aa2c57.pnj" alt="">
</div>
<div id="content">
<pre>
Welcome to BestReads, a place where you can see awesome books!
We're dedicated to giving you the very best experience by making
your favorite books easily accessible to you. If you have any questions
or comments, don't hesitate to contact us.
</pre>
</div>
</div>
<div id="right">
<h4>Get To Know Us</h4>
<li><a href="/about.html">About </a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="./index.html">Search</a></li>
</div>
</div>
</body>
</html>
<script type="module" src="./about.js">
</script>