Software /
code /
prosody-modules
Diff
mod_register_web/templates/success.html @ 1227:6015434f0e05
mod_register_web: Move HTML into separate template files
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 30 Nov 2013 18:57:54 +0100 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_register_web/templates/success.html Sat Nov 30 18:57:54 2013 +0100 @@ -0,0 +1,13 @@ +<!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>