diff options
author | OzoneGrif | 2020-02-10 15:05:53 +0100 |
---|---|---|
committer | GitHub | 2020-02-10 15:05:53 +0100 |
commit | ff4917dd2c0f510c56edeeca434186110bf76b3c (patch) | |
tree | 9a470a81baf41c67f005bd477b8f44b68d927e1f | |
parent | 8dbd9897aa436d3e7f9a4e01b8b49371a0bda928 (diff) | |
parent | 7ab9686bc322af3ea848ec84c9680536a7929bab (diff) | |
download | ldgallery-ff4917dd2c0f510c56edeeca434186110bf76b3c.tar.gz |
Merge pull request #107 from pacien/feature-generator-meta-tag
viewer: add generator meta tag
-rw-r--r-- | viewer/public/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/viewer/public/index.html b/viewer/public/index.html index bc9ba95..8176ab8 100644 --- a/viewer/public/index.html +++ b/viewer/public/index.html | |||
@@ -24,6 +24,8 @@ | |||
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="viewport" content="width=device-width,initial-scale=1.0"> |
27 | <meta name="generator" content="ldgallery"> | ||
28 | |||
27 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | 29 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
28 | <title>ldgallery</title> | 30 | <title>ldgallery</title> |
29 | </head> | 31 | </head> |
@@ -37,4 +39,4 @@ | |||
37 | <!-- built files will be auto injected --> | 39 | <!-- built files will be auto injected --> |
38 | </body> | 40 | </body> |
39 | 41 | ||
40 | </html> \ No newline at end of file | 42 | </html> |