Mercurial > prosody-modules
view mod_invite/invite/invite_result.html @ 4482:21698b960bd6
mod_ogp: Add the ability to detect and process multiple URLs in a body
author | JC Brand <jc@opkode.com> |
---|---|
date | Tue, 02 Mar 2021 12:04:14 +0100 |
parents | 0fd7802b435e |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Invite</title> <link rel="stylesheet" href="bootstrap.min.css"> </head> <body> <div class="container"> <h1>Account creation</h1> <div class="alert {{classes}}">{{message}}</div> </div> </body> </html>