mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
doctype html
|
|
html(lang='en')
|
|
head
|
|
include partials/meta
|
|
include partials/stylesheets
|
|
body.no-top-and-bottom-margins.full-screen-body-background
|
|
include partials/scripts
|
|
include partials/navbar
|
|
include partials/flash
|
|
block content
|
|
include partials/footer
|