diff options
author | Zero~Informatique | 2019-12-20 17:47:04 +0100 |
---|---|---|
committer | Zero~Informatique | 2019-12-20 23:22:56 +0100 |
commit | 7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f (patch) | |
tree | cb5e30534d9e564c311d626bba7e8d9ec0ea0f60 /viewer/public | |
parent | c9264b0a0a7e1cb92ef7d9a391cee2c94376cff3 (diff) | |
download | ldgallery-7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f.tar.gz |
Viewer project foundations
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 | ||