diff options
Diffstat (limited to 'app/templates/login.html')
-rw-r--r-- | app/templates/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/login.html b/app/templates/login.html index d70b042..ff11c74 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -4,6 +4,7 @@ You're logged in already!
{% else %}
+<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes" />
<form action="/login" method="POST">
<p><input type="username" name="username" placeholder="邮箱地址、电话号码"></p>
<p><input type="password" name="password" placeholder="密码"></p>
|