···332332 // if we get here, we've successfully created the account and added the email
333333 success = true
334334335335- s.pages.Notice(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now
335335+ s.pages.NoticeHTML(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now
336336 <a class="underline text-black dark:text-white" href="/login">login</a>
337337 with <code>%s.tngl.sh</code>.`, username))
338338