-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (28 loc) · 1.04 KB
/
about.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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="about.css">
<title>Book List</title>
<link rel="shortcut icon" href="./images/Documents_icon_-colord-_noun_project_5020.svg_.png">
</head>
<body>
<div class="banner">
<div class="banner-text">
<h1 class="banner-font">Book list</h1>
</div>
<div class="banner-navbar">
<a href="./index.html">Home</a>
<a href="./contact.html">Contact</a>
<a href="./about.html" class="active1">About</a>
</div>
</div>
<div class="all">
<div class="box-text">
<p>This web page is meant to help you in your quest for knowledge, with this goal in mind all sorts of books are listed here with their descriptions. Hope you find this useful.Enjoy!😄</p>
</div>
</body>
</html>