Files
freeCodeCamp/server/views/layout-react.jade
Berkeley Martinez bf64beed5d Hide body overflow
2015-07-23 16:03:50 -07:00

11 lines
267 B
Plaintext

doctype html
html(ng-app='profileValidation', lang='en')
head
include partials/small-head
body.top-and-bottom-margins(style='overflow: hidden')
.container
include partials/flash
#fcc!= markup
script!= state
script(src='/js/bundle.js')