summaryrefslogtreecommitdiff
path: root/src/web/_views
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-05-23 12:15:02 -0400
committerFreya Murphy <freya@freyacat.org>2024-05-23 12:15:02 -0400
commit17159879069c2e38e6415d152d35455f123ac674 (patch)
treef7107d1d3a416dc972b266029c8340c0a2266bbb /src/web/_views
parentthings (diff)
downloadxssbook2-17159879069c2e38e6415d152d35455f123ac674.tar.gz
xssbook2-17159879069c2e38e6415d152d35455f123ac674.tar.bz2
xssbook2-17159879069c2e38e6415d152d35455f123ac674.zip
changes
Diffstat (limited to 'src/web/_views')
-rw-r--r--src/web/_views/header_empty.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/_views/header_empty.php b/src/web/_views/header_empty.php
index 037c89a..cca43a1 100644
--- a/src/web/_views/header_empty.php
+++ b/src/web/_views/header_empty.php
@@ -1,6 +1,8 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<script>
<?php if ($this->main->session): ?>
var jwtStr = <?=json_encode($this->main->session['jwt'])?>;