Skip to content

Commit

Permalink
Merge pull request #3 from skippednote/2/add-bootstrap
Browse files Browse the repository at this point in the history
#2 add bootstrap
  • Loading branch information
AlviMurtaza committed Oct 11, 2013
2 parents 1689c7e + c8220d9 commit c9265da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
5 changes: 3 additions & 2 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ html(ng-app="app")
meta(charset='utf8')
base(href='/')
title Angular Express Seed App
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css')
//-link(rel='stylesheet', href='/stylesheets/style.css')
body
block body
block body

0 comments on commit c9265da

Please sign in to comment.