freeCodeCamp/views/home.jade

13 lines
364 B
Plaintext
Raw Normal View History

extends layout
2013-11-14 20:29:06 +00:00
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(data-dismiss='alert'): i.fa.fa-times-circle
| Congratulations, you are logged in!