freeCodeCamp/views/index.jade

13 lines
380 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

extends layout
block content
h1 Bootstrap starter template
p.lead
| Use this document as a way to quickly start any new project.
br
| All you get is this text and a mostly barebones HTML document.
if user
.alert.alert-success.fade.in
button.close(type='button', data-dismiss='alert', aria-hidden='true') ×
| Congratulations, you are logged in!