-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
27 lines (27 loc) · 992 Bytes
/
Copy pathabout.html
File metadata and controls
27 lines (27 loc) · 992 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us </title>
<link rel="stylesheet" href="styles_css/nav.css">
</head>
<body>
<nav>
<ul>
<!-- <li><a href=""></a></li> -->
<li><a href="index.html">Flex</a></li>
<li><a href="about.html">About</a></li>
<li><a href="banner.html">Banner</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="nav.html">Navigation</a></li>
</ul>
</nav>
<section>
<article>
<h2>About Us!</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolores, sint! Possimus, ipsum ipsa. Saepe, qui? Placeat sed repellat iste quibusdam, odio obcaecati blanditiis consectetur illo voluptatem modi alias ipsa quidem?</p>
</article>
</section>
</body>
</html>