-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpg3.html
More file actions
48 lines (45 loc) · 2.08 KB
/
pg3.html
File metadata and controls
48 lines (45 loc) · 2.08 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
<!DOCTYPE html>
<html>
<!--this is the home page-->
<head>
<link rel="stylesheet" href="styles.css">
<title>Home page</title>
</head>
<body>
<!--this is the navigation bar-->
<div class="header">
<header>
<ul class="header">
<li class="header"><a href="index.html" class="slctd">Home</a></li>
<li class="header"><a href="about_us.html" class="ntslctd">About Us</a></li>
<li class="header"><a href="contact_us.html" class="ntslctd">Contact Us</a></li>
</ul>
</header>
</div>
<div class="booksection">
<center>
<a
href="https://www.pdfdrive.com/13-things-mentally-strong-people-dont-do-take-back-your-power-embrace-change-face-your-fears-and-train-your-brain-for-happiness-and-success-e200364522.html"><img
class="m" class="mvslctd" src="C:\Users\acer\Desktop\Web_Assig\images\Book_images\bk17.jpeg"></a>
<a
href="https://tim.blog/wp-content/uploads/2014/10/4-hour-body.pdf"><img
class="m" class="mvslctd" src="C:\Users\acer\Desktop\Web_Assig\images\Book_images\bk18.jpeg"></a>
<a
href="http://leadershipcoachingblog.com/wp-content/uploads/2012/03/the-80-20-principle-to-achieve-more-with-less-effort1.pdf"><img
class="m" class="mvslctd" src="C:\Users\acer\Desktop\Web_Assig\images\Book_images\bk19.jpeg"></a>
<a
href="https://nasihah.net/wp-content/uploads/books/12-Rules-for-Life.pdf"><img
class="m" class="mvslctd" src="C:\Users\acer\Desktop\Web_Assig\images\Book_images\bk20.jpeg"></a>
</center>
</div>
<!--content navigation bar-->
<footer>
<center>
<ul class="footer">
<li class="footer"><a href="index.html" class="pntslctd">1</a></li>
<li class="footer"><a href="pg2.html" class="pntslctd">2</a></li>
<li class="footer"><a href="pg3.html" class="pslctd">3</a></li>
</ul>
</center>
</footer>
</html>