mirror of https://github.com/gogs/gogs.git
15 lines
496 B
Cheetah
15 lines
496 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>{{.Username}}, welcome to {{AppName}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
|
|
<p>You can now login via username: {{.Username}}.</p>
|
|
<p><a href="{{AppURL}}user/login">{{AppURL}}user/login</a></p>
|
|
<p>© 2018 <a target="_blank" rel="noopener noreferrer" href="{{AppURL}}">{{AppName}}</a></p>
|
|
</body>
|
|
</html>
|