Software /
code /
prosody-modules
Changeset
3482:0fd7802b435e
mod_invite: Made web pages responsive
author | jeybe |
---|---|
date | Thu, 07 Mar 2019 23:21:13 +0100 |
parents | 3481:1c8612d8db55 |
children | 3483:78049e8b5a6b |
files | mod_invite/invite/invite.html mod_invite/invite/invite_result.html |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invite/invite/invite.html Fri Mar 08 11:44:20 2019 +0000 +++ b/mod_invite/invite/invite.html Thu Mar 07 23:21:13 2019 +0100 @@ -2,6 +2,7 @@ <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> @@ -41,4 +42,4 @@ </div> </div> </body> -</html> \ No newline at end of file +</html>
--- a/mod_invite/invite/invite_result.html Fri Mar 08 11:44:20 2019 +0000 +++ b/mod_invite/invite/invite_result.html Thu Mar 07 23:21:13 2019 +0100 @@ -2,6 +2,7 @@ <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> @@ -12,4 +13,4 @@ <div class="alert {{classes}}">{{message}}</div> </div> </body> -</html> \ No newline at end of file +</html>