-
Notifications
You must be signed in to change notification settings - Fork 0
/
16_About US.html
27 lines (21 loc) · 927 Bytes
/
16_About US.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
<!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>ABOUT US</title>
<link rel="stylesheet" href="my_styles.css">
</head>
<body>
<h1> Kunle Remi Movies- ABOUT US</h1>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis rutrum metus
ut odio aliquam, sit amet feugiat libero faucibus. Nullam consectetur facilisis
ipsum, eu posuere tellus tincidunt nec. Pellentesque elementum, nisl vitaeero,
at egestas magna dolor et sem. Sed condimentum, purus vel maximus placera</p>
<hr>
<a href="16_home.html"> HOME</a> <br>
<a href="16_About US.html"> About Us </a> <br>
<a href="16_Contact us.html"> Contact Us</a> <br>
</body>
</html>