Files
freeCodeCamp/server/views/layout-react.jade

11 lines
241 B
Plaintext
Raw Normal View History

2015-06-29 09:50:25 -07:00
doctype html
html(ng-app='profileValidation', lang='en')
head
2015-07-08 23:04:46 -07:00
include partials/small-head
2015-06-29 09:50:25 -07:00
body.top-and-bottom-margins
.container
include partials/flash
#fcc!= markup
script!= state
2015-07-08 22:53:26 -07:00
script(src='/js/bundle.js')