summaryrefslogtreecommitdiffstats
path: root/html/src/template.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:50 +0000
commit451520af975c978c8ffaa1d9a0959b50c1b8e294 (patch)
treec2abdd80665f8494280a65417a9c21156ff41125 /html/src/template.html
parentAdding upstream version 1.7.4. (diff)
downloadttyd-upstream.tar.xz
ttyd-upstream.zip
Adding upstream version 1.7.7.upstream/1.7.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'html/src/template.html')
-rw-r--r--html/src/template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/src/template.html b/html/src/template.html
index ffe2ad3..e710c09 100644
--- a/html/src/template.html
+++ b/html/src/template.html
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta name="apple-mobile-web-app-capable" content="yes">
<title><%= htmlWebpackPlugin.options.title %></title>
<link inline rel="icon" type="image/png" href="favicon.png">
<% for (const css in htmlWebpackPlugin.files.css) { %>