-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfifthpage.php
More file actions
28 lines (24 loc) · 889 Bytes
/
fifthpage.php
File metadata and controls
28 lines (24 loc) · 889 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shoes</title>
<style>
body {
background-image: url(images/pexels-cottonbro-7764611.jpg);
background-size: cover;
background-attachment: fixed;
}
</style>
</head>
<body>
<a href="file:///D:/xampp/htdocs/project1/firstpage.html">Home page |</a>
<a href="file:///D:/xampp/htdocs/project1/fourthpage.html">Trousers |</a>
<a href="file:///D:/xampp/htdocs/project1/thirdpage.html">Shirts |</a>
<a href="file:///D:/xampp/htdocs/project1/secondpage.html">Products |</a>
<a href="file:///D:/xampp/htdocs/project1/seventhpage.html">Contact us |</a>
<a href="file:///D:/xampp/htdocs/project1/sixthpage.html">About Us |</a><br>
<br><br>
</body>
</html>