Skip to content

Commit

Permalink
fix minor syntax issue with h1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wgalloway committed May 27, 2015
1 parent 71e304b commit 6ca5b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ <h1>BlazingEscapes</h1>
<div id="wrapper">
<section>
<h1>Are you looking for a fun <br> vacation but don't have no one to go with. </h1>
<h1>Why not join Blazing Escapes on a relaxing cruise at cheaper discount!</h1
<h1>Why not join Blazing Escapes on a relaxing cruise at cheaper discount!</h1>
</section>
<footer>
<p>&copy; 2014 Children's Music Aid Society. All rights reserved</p>
<p>Site created by Weslee Galloway</p>
</footer>
</div>
</body>
</html>
</html>

0 comments on commit 6ca5b56

Please sign in to comment.