tld-registration/src/templates/registration_confirmation.hbs

22 lines
531 B
Handlebars

<!DOCTYPE html>
<html lang="en">
{{> head }}
<body>
<h1>A TLD for everyone</h1>
<h2>Registration Requested</h2>
<p>
If successful, a link to activate your account has been emailed to the address provided.
</p>
<p>
You must register your account before you can log in.
</p>
<h4>I didn't receive an email!</h4>
<p>
An email will not have been sent if you already have an existing account
with us. If this is your first time registering, please also check your spam
folder.
</p>
</body>
</html>