diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-23 12:15:02 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-23 12:15:02 -0400 |
commit | 17159879069c2e38e6415d152d35455f123ac674 (patch) | |
tree | f7107d1d3a416dc972b266029c8340c0a2266bbb /src/web/_views | |
parent | things (diff) | |
download | xssbook2-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.php | 4 |
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'])?>; |