Skip to content

Commit

Permalink
Add first destination
Browse files Browse the repository at this point in the history
  • Loading branch information
proalaa committed Oct 6, 2018
1 parent 0910f07 commit 8c8a4d9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Travels</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/app.css">
</head>
<body>

<div class="container">
<div class="destination-container">
<div class="destination" id="florida">
<h2>Florida</h2>
</div>

<div class="destination" id="paris">
<h2>Paris</h2>
</div>
</div>
</div>

</body>
</html>

0 comments on commit 8c8a4d9

Please sign in to comment.