mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 09:03:55 -05:00
11 lines
267 B
Plaintext
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')
|