-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
16 lines (15 loc) · 731 Bytes
/
about.html
File metadata and controls
16 lines (15 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<ul class="nav">
<a href="index.html"><li>Home</li></a>
<a href="about.html"><li>About</li></a>
</ul>
<h1> About</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam massa tellus, posuere ac mi tempus, feugiat vulputate elit. Vivamus feugiat placerat libero porta blandit. Praesent ac erat suscipit felis venenatis fermentum. Maecenas elementum consectetur tempus. Pellentesque vel posuere neque. Nulla facilisi. Curabitur egestas neque turpis, vitae posuere velit viverra vitae.</p>
</body>
</html>