Skip to content

Commit

Permalink
Update greeting in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 30, 2013
1 parent d38d9d1 commit d7fa8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Expand Up @@ -130,7 +130,7 @@ AppGenerator.prototype.writeIndex = function writeIndex() {
var contentText = [
' <div class="container" style="margin-top:50px">',
' <div class="hero-unit">',
' <h1>Wotcha!</h1>',
' <h1>\'Allo, \'Allo!</h1>',
' <p>You now have</p>',
' <ul>'
];
Expand Down

0 comments on commit d7fa8ea

Please sign in to comment.