aboutsummaryrefslogtreecommitdiff
path: root/viewer/public
diff options
context:
space:
mode:
authorpacien2020-05-02 04:11:24 +0200
committerpacien2020-05-02 04:11:24 +0200
commit8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (patch)
treea748fa1e639cb3b5e1f24a8150e89dbb28c980cb /viewer/public
parent7042ffc06326fa8ffe70f5a59747709250166c16 (diff)
parent0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (diff)
downloadldgallery-8e3ac8fe44bebb38e1882ca7f06b8100078ad88d.tar.gz
Merge branch 'develop': release v1.0v1.0
Diffstat (limited to 'viewer/public')
-rw-r--r--viewer/public/favicon.icobin4286 -> 0 bytes
-rw-r--r--viewer/public/index.html8
2 files changed, 6 insertions, 2 deletions
diff --git a/viewer/public/favicon.ico b/viewer/public/favicon.ico
deleted file mode 100644
index df36fcf..0000000
--- a/viewer/public/favicon.ico
+++ /dev/null
Binary files differ
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>