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.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/viewer/public/index.html b/viewer/public/index.html
index bc9ba95..4f2767c 100644
--- a/viewer/public/index.html
+++ b/viewer/public/index.html
@@ -23,7 +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="viewport" content="width=device-width,initial-scale=1.0"> 26 <meta name="mobile-web-app-capable" content="yes">
27 <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0">
28 <meta name="generator" content="ldgallery">
29
30 <link rel="manifest" href="manifest.json">
27 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 31 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
28 <title>ldgallery</title> 32 <title>ldgallery</title>
29</head> 33</head>
@@ -37,4 +41,4 @@
37 <!-- built files will be auto injected --> 41 <!-- built files will be auto injected -->
38</body> 42</body>
39 43
40</html> \ No newline at end of file 44</html>