freeCodeCamp/views/home.jade

14 lines
337 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.animated.fadeInUp
i.fa.fa-check
strong Success!
| You are logged in.