mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-02 21:03:43 -05:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
doctype html
|
|
html(lang='en')
|
|
head
|
|
if title
|
|
title= title
|
|
else
|
|
title Free Code Camp
|
|
include partials/react-stylesheets
|
|
body.no-top-and-bottom-margins(style='overflow: hidden')
|
|
#fcc!= markup
|
|
script!= state
|
|
script(src=rev('/js', 'vendor-challenges.js'))
|
|
script(src=rev('/js', 'bundle.js'))
|