diff options
Diffstat (limited to 'viewer/public')
-rw-r--r-- | viewer/public/favicon.ico | bin | 0 -> 4286 bytes | |||
-rw-r--r-- | viewer/public/index.html | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/viewer/public/favicon.ico b/viewer/public/favicon.ico new file mode 100644 index 0000000..df36fcf --- /dev/null +++ b/viewer/public/favicon.ico | |||
Binary files differ | |||
diff --git a/viewer/public/index.html b/viewer/public/index.html new file mode 100644 index 0000000..1870ed0 --- /dev/null +++ b/viewer/public/index.html | |||
@@ -0,0 +1,21 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | <meta charset="utf-8"> | ||
6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
8 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
9 | <title>ldgallery</title> | ||
10 | </head> | ||
11 | |||
12 | <body> | ||
13 | <noscript> | ||
14 | <strong>We're sorry but ldgallery doesn't work properly without JavaScript enabled. Please enable it to | ||
15 | continue.</strong> | ||
16 | </noscript> | ||
17 | <div id="ldgallery"></div> | ||
18 | <!-- built files will be auto injected --> | ||
19 | </body> | ||
20 | |||
21 | </html> \ No newline at end of file | ||