Files
freeCodeCamp/server/views/emails/a-extend-user-welcome.ejs

25 lines
484 B
Plaintext
Raw Normal View History

<h2>
Greetings from San Francisco!
</h2>
<p>
Thank you for joining our community.
</p>
<p>
Please verify your email by following the link below:
</p>
<p>
<a href="<%= verifyHref %>"><%= verifyHref %></a>
</p>
<p>
Feel free to email us at this address if you have any questions about Free Code Camp.
</p>
<p>
And if you have a moment, check out our blog: https://medium.freecodecamp.com.
</p>
<p>
Good luck with the challenges!
</p>
<p>
- the Free Code Camp Team.
</p>