Mercurial > prosody-modules
view mod_register_web/templates/success.html @ 1445:ae1d7665cde9
mod_rawdebug: Make global (like mod_admin_telnet)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Jun 2014 20:25:08 +0200 |
parents | 6015434f0e05 |
children |
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>