forked from mystiq/dex
13 lines
209 B
HTML
13 lines
209 B
HTML
<html>
|
|
<body>
|
|
Hello!
|
|
|
|
Welcome to Tectonic! Please verify that your email is {{ .email }} by clicking here:
|
|
|
|
<a href="{{ .link }}"> Click here to verify!</a>
|
|
|
|
Love,
|
|
|
|
Your Pals at CoreOS
|
|
</body>
|
|
</html>
|