Initial commit

This commit is contained in:
2026-04-17 23:26:01 +00:00
commit 2ea4ca5d52
409 changed files with 63459 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<body>
<p>Hello,</p>
<p>Thank you for joining us at {{.appName}}.</p>
<p>Click on the button below to verify your email address.</p>
<p>
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-verification/{{.token}}" target="_blank" rel="noopener">Verify</a>
</p>
<p>
Thanks,<br/>
{{.appName}} team
</p>
</body>
</html>