aboutsummaryrefslogtreecommitdiff
path: root/viewer/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/public/index.html')
-rw-r--r--viewer/public/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/viewer/public/index.html b/viewer/public/index.html
index 8176ab8..cadbc72 100644
--- a/viewer/public/index.html
+++ b/viewer/public/index.html
@@ -23,9 +23,11 @@
23<head> 23<head>
24 <meta charset="utf-8"> 24 <meta charset="utf-8">
25 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 25 <meta http-equiv="X-UA-Compatible" content="IE=edge">
26 <meta name="mobile-web-app-capable" content="yes">
26 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 27 <meta name="viewport" content="width=device-width,initial-scale=1.0">
27 <meta name="generator" content="ldgallery"> 28 <meta name="generator" content="ldgallery">
28 29
30 <link rel="manifest" href="manifest.json">
29 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 31 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
30 <title>ldgallery</title> 32 <title>ldgallery</title>
31</head> 33</head>
@@ -39,4 +41,4 @@
39 <!-- built files will be auto injected --> 41 <!-- built files will be auto injected -->
40</body> 42</body>
41 43
42</html> 44</html> \ No newline at end of file