Software /
code /
prosody-modules
File
mod_password_reset/password_reset/password_result.html @ 5628:a74b07764d3f
mod_invites_api: use the nice `module:http_url()` to get the correct url.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Thu, 27 Jul 2023 18:33:12 +0700 |
parent | 3384:4321c71cc535 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Reset password</title> <link rel="stylesheet" href="bootstrap.min.css"> </head> <body> <div class="container"> <h1>Reset password</h1> <div class="alert {classes}">{message}</div> </div> </body> </html>