mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 12:06:36 -05:00
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
doctype html
|
|
html(lang='en')
|
|
head
|
|
include partials/meta
|
|
include partials/stylesheets
|
|
body.top-and-bottom-margins
|
|
include partials/scripts
|
|
include partials/navbar
|
|
.container
|
|
include partials/flash
|
|
block content
|
|
include partials/footer
|