Mercurial > prosody-modules
view mod_register_web/templates/success.html @ 4777:883ad8b0a7c0
mod_http_admin_api: Export total storage use via mod_http_file_share
Does not include size of other user data, chat logs etc. Uploads will
likely be a significant fraction of total storage use.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Nov 2021 19:28:43 +0100 |
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>