-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 759 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>coursera assignment</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>our menu</h1>
<div class="p1">
<header>chicken</header>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, eligendi?</p>
</div>
<div class="p2"><header>beef</header>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit, a ad?</p>
</div>
<div class="p3"><header>sushi</header>
<p> Lorem ipsum, dolor sit amet consectetur adipisicing elit. Optio eligendi voluptatibus animi.</p>
</div>
</body>
</html>