Mercurial > prosody-modules
diff mod_invite/invite/invite.html @ 3482:0fd7802b435e
mod_invite: Made web pages responsive
author | jeybe |
---|---|
date | Thu, 07 Mar 2019 23:21:13 +0100 |
parents | 4b3037c7af62 |
children |
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>