summaryrefslogtreecommitdiff
path: root/templates/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/view.html')
-rw-r--r--templates/view.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/view.html b/templates/view.html
index 0496cae..0723d60 100644
--- a/templates/view.html
+++ b/templates/view.html
@@ -1,5 +1,8 @@
<html>
+<head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<title>View Session Cookie</title>
+</head>
Username: {{ s_user }}<br/>{#
Cookie user: {{ c_user }}<br/>
Session: {{ session }}<br/>
bgstack15