diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-28 16:45:18 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-28 16:45:18 -0400 |
commit | 26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f (patch) | |
tree | b449c2349adeb1bf5c4bbc7ca488105508d362f0 /templates/login_form.html | |
parent | clear session at logout (diff) | |
download | session_app-26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f.tar.gz session_app-26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f.tar.bz2 session_app-26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f.zip |
Diffstat (limited to 'templates/login_form.html')
-rw-r--r-- | templates/login_form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/login_form.html b/templates/login_form.html index 254d45c..b3d5a3b 100644 --- a/templates/login_form.html +++ b/templates/login_form.html @@ -1,6 +1,7 @@ <html> <head> <title>Login Form</title> +<meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <center> |