Software /
code /
prosody-modules
File
mod_password_reset/password_reset/password_result.html @ 3868:09e7e880e056
mod_pastebin: Follow XEP-0068 and use Clark notation in disco#info
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Jan 2020 16:49:14 +0100 |
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>