Skip to content

Commit

Permalink
Add starting destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
lamanai committed Apr 11, 2017
1 parent 5e9b201 commit 7562e21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@
</head>
<body>

<div class="container">
<div class="destination-container">
<div class="destination" id="belize">
<h2>Belize</h2>
</div>

<div class="destination" id="barcelona">
<h2>Barcelona</h2>
</div>
</div>
</div>

</body>
</html>

0 comments on commit 7562e21

Please sign in to comment.