Files
freeCodeCamp/server/views/resources/welcome.jade
2016-10-12 16:51:10 -07:00

9 lines
472 B
Plaintext

extends ../layout
block content
.row
.col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3.text-center
h1 Welcome to Free Code Camp!
p You have created a brand new account. Check your email so we can verify your email address.
p If you previously had an account, and created this new account by accident, try signing in with a different email address
a(href='/email-signin') here
| .