Skip to content

Commit 4e278ec

Browse files
committed
starting HTML code
1 parent ba7b511 commit 4e278ec

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Travels</title>
6+
<meta name="description" content="">
7+
<link rel="stylesheet" href="css/app.css">
8+
</head>
9+
<body>
10+
11+
<div class="container">
12+
<div class="destination-container">
13+
<div class="destination" id="florida">
14+
<h2>Florida</h2>
15+
</div>
16+
17+
<div class="destination" id="paris">
18+
<h2>Paris</h2>
19+
</div>
20+
</div>
21+
</div>
22+
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)