Skip to content

Commit

Permalink
Add "Hello world" to index.html
Browse files Browse the repository at this point in the history
This avoids the default template rendering a completely blank page and
makes it easy for people to know straight away that things are
"working".

Fix gh-1165
  • Loading branch information
necolas committed Aug 15, 2012
1 parent 456211d commit 920e52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -22,6 +22,7 @@
<![endif]-->

<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
Expand Down

0 comments on commit 920e52a

Please sign in to comment.