Software /
code /
prosody-modules
File
mod_register_web/templates/success.html @ 2104:384fb28452b9
mod_firewall: README: Improve chain usage example comments
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 17 Mar 2016 11:24:41 +0000 |
parent | 1227:6015434f0e05 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Registration succeeded!</title> </head> <body> <h1>Registration succeeded!</h1> <p>Your account is</p> <pre>{jid}</pre> <p>- happy chatting!</p> </body> </html>