summaryrefslogtreecommitdiff
path: root/templates/settings.html
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-28 16:45:18 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-28 16:45:18 -0400
commit26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f (patch)
treeb449c2349adeb1bf5c4bbc7ca488105508d362f0 /templates/settings.html
parentclear session at logout (diff)
downloadsession_app-26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f.tar.gz
session_app-26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f.tar.bz2
session_app-26144a23f94c9cbddeb2ec2ba7d2513bb347ea8f.zip
minor fixes, mostly cosmeticHEADmaster
Diffstat (limited to 'templates/settings.html')
-rw-r--r--templates/settings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/settings.html b/templates/settings.html
index 884ea04..994a8b2 100644
--- a/templates/settings.html
+++ b/templates/settings.html
@@ -1,6 +1,7 @@
<html>
<head>
<title>Session_app settings</title>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<style type="text/css" media="screen">
input {
width: 500px;
bgstack15