-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (19 loc) · 762 Bytes
/
Copy pathabout.html
File metadata and controls
20 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about.html</title>
</head>
<body>
<h1><i><u><mark>About:</mark></u></i></h1><hr>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
</ul><hr>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Suscipit ab optio magnam perferendis quisquam, quam excepturi accusamus culpa id modi iusto voluptate ullam debitis, nemo sed cum sapiente hic officiis?</p>
</body>
</html>