Software /
code /
prosody-modules
File
mod_password_reset/password_reset/password_result.html @ 5555:34b63d0144c3
mod_oidc_userinfo_vcard4: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 18 Jun 2023 15:28:13 +0200 |
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>