-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (25 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Restaurant</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>About Us</h1>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="about.html">About Us</a>
</nav>
</header>
<section>
<h2>Lorem ipsum odor amet, consectetuer adipiscing elit. Dolor amet pellentesque ut; phasellus ligula pulvinar inceptos. Primis natoque facilisis egestas leo consectetur rutrum varius urna. Tortor curae erat facilisi urna vivamus auctor tempus euismod. Tristique pharetra in ullamcorper hendrerit lacinia est tincidunt senectus. Dis cursus fermentum fusce rhoncus, potenti orci. Eros eleifend phasellus sed faucibus torquent felis consectetur. Placerat aliquam ullamcorper pellentesque; litora pharetra finibus.</h2>
</section>
<footer>
<p>© 2023 Aastha Jajoo</p>
</footer>
</body>
</html>