Adding code

This commit is contained in:
scs
2018-12-25 19:22:13 +00:00
parent 078de6ce8b
commit 7432a08a46
2 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
</head>
<body>
<p>
Hello {{.UserName}}! Welcome to {{.SiteName}}! We've created your account with the username you selected and the following password: {{.Pass}}<br>
You can change your password to whatever you want once you log in.
</p>
</body>
</html>