summaryrefslogtreecommitdiff
path: root/src/web/_views
diff options
context:
space:
mode:
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'])?>;