summaryrefslogtreecommitdiff
path: root/app/templates/login.html
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-08-13 21:38:20 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-08-13 21:38:20 +0800
commit2d115c53442f68fc49ca0e5af73287026770d75a (patch)
treeef41554de6629d514cc6bcb70b8bbf78fe6f8f4b /app/templates/login.html
parent5f1d25f965c1e11d8cf52bba72b9ca3f670fa237 (diff)
login.html and signup.html: mobile-friendly pages.
Diffstat (limited to 'app/templates/login.html')
-rw-r--r--app/templates/login.html1
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>