comparison mod_password_reset/password_reset/password_reset.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
parents 3bc68057f232
children 39d48f8bc5b2
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 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <title>Reset password</title> 6 <title>Reset password</title>
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 col-md-4 col-md-offset-4" style="margin-top: 100px"> 10 <div class="container col-md-4 col-md-offset-4" style="margin-top: 100px">