Software / code / prosody-modules
Comparison
mod_password_reset/password_reset/password_result.html @ 3382:7fc0200183c1
mod_password_reset: Add magic viewport tag to make reset pages mobile-friendly
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 22 Nov 2018 23:31:17 +0000 |
| parent | 3352:f7668aee968a |
| child | 3384:4321c71cc535 |
comparison
equal
deleted
inserted
replaced
| 3381:861ddc74edd9 | 3382:7fc0200183c1 |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Password reset</title> | 5 <title>Password reset</title> |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 6 <link rel="stylesheet" href="bootstrap.min.css"> | 7 <link rel="stylesheet" href="bootstrap.min.css"> |
| 7 </head> | 8 </head> |
| 8 <body> | 9 <body> |
| 9 <div class="container"> | 10 <div class="container"> |
| 10 <h1>Password reset</h1> | 11 <h1>Password reset</h1> |