You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{{.DisplayName}}, please activate your account</title>
- </head>
-
- <body>
- <p>Hi <b>{{.DisplayName}}</b>, thanks for registering at {{AppName}}!</p>
- <p>Please click the following link to activate your account within <b>{{.ActiveCodeLives}}</b>:</p>
- <p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
- <p>Not working? Try copying and pasting it to your browser.</p>
- <p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
- <p>退订(TD)</p>
- <a href="https://openi.org.cn/index.php?a=lists&c=index&catid=208&m=content" class="ui fluid card">
- <div class="image">
- <img src="https://git.openi.org.cn/OpenIOSSG/promote/raw/branch/master/imgs/%e6%89%93%e6%a6%9c%e5%ae%a3%e4%bc%a0%e5%9b%be%281%29.jpg">
- </div>
- </a>
- </body>
- </html>
|