Skip to content

Commit

Permalink
Add an additional div tag for a heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadothompson committed Feb 19, 2014
1 parent 9087a87 commit df5b22a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<![endif]-->
</head>
<body>
<h1>Hello, world!</h1>
<h1>Git Example Topics</h1>

<div class="header">Cloning A Repository</div>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
Expand Down

0 comments on commit df5b22a

Please sign in to comment.