diff options
Diffstat (limited to 'views/mail/welcome.html.ejs')
| -rw-r--r-- | views/mail/welcome.html.ejs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/views/mail/welcome.html.ejs b/views/mail/welcome.html.ejs new file mode 100644 index 0000000..8b7194b --- /dev/null +++ b/views/mail/welcome.html.ejs @@ -0,0 +1,17 @@ +<html> +<body> + +<p> + <a href="http://vvalls.com/"><img src="http://vvalls.com/img/logo.svg"></a> +</p> + +<p> + Welcome to Vvalls, [[- username ]] +</p> + +<p> + <a href="http://vvalls.com/">www.vvalls.com</a> +</p> + +</body> +</html> |
