-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.05 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">
<title>Day 01 -Activity</title>
</head>
<body>
<h1>Top stories from nytimes.com</h1>
<div class="container">
<div class="item">
<img src="./jarmush.jpg" alt="Film_American_Director">
<div class="description">
<h4>Filmografy</h4>
<p>The New York Times</p>
<p class="timestamp">1 day ago</p>
</div>
</div>
<div class="item">
<img src="./jarmush.jpg" alt="Film_American_Director">
<div class="description">
<h4>Filmografy</h4>
<p>The New York Times</p>
<p class="timestamp">1 day ago</p>
</div>
</div>
<div class="item">
<img src="./jarmush.jpg" alt="Film_American_Director">
<div class="description">
<h4>Filmografy</h4>
<p>The New York Times</p>
<p class="timestamp">1 day ago</p>
</div>
</div>
</div>
</body>
</html>