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.html40
1 files changed, 16 insertions, 24 deletions
diff --git a/viewer/public/index.html b/viewer/public/index.html
index 4f2767c..7058e4e 100644
--- a/viewer/public/index.html
+++ b/viewer/public/index.html
@@ -1,7 +1,7 @@
1<!-- ldgallery - A static generator which turns a collection of tagged 1<!-- ldgallery - A static generator which turns a collection of tagged
2-- pictures into a searchable web gallery. 2-- pictures into a searchable web gallery.
3-- 3--
4-- Copyright (C) 2019-2020 Guillaume FOUET 4-- Copyright (C) 2019-2022 Guillaume FOUET
5-- 5--
6-- This program is free software: you can redistribute it and/or modify 6-- This program is free software: you can redistribute it and/or modify
7-- it under the terms of the GNU Affero General Public License as 7-- it under the terms of the GNU Affero General Public License as
@@ -18,27 +18,19 @@
18--> 18-->
19 19
20<!DOCTYPE html> 20<!DOCTYPE html>
21<html lang="en"> 21<html lang="en" class="notranslate" translate="no" style="background-color: #333;">
22 22 <head>
23<head> 23 <meta charset="utf-8">
24 <meta charset="utf-8"> 24 <meta http-equiv="X-UA-Compatible" content="IE=edge">
25 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 25 <meta name="viewport" content="width=device-width,initial-scale=1.0">
26 <meta name="mobile-web-app-capable" content="yes"> 26 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
27 <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1.0"> 27 <title><%= htmlWebpackPlugin.options.title %></title>
28 <meta name="generator" content="ldgallery"> 28 </head>
29 29 <body>
30 <link rel="manifest" href="manifest.json"> 30 <noscript>
31 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 31 <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
32 <title>ldgallery</title> 32 </noscript>
33</head> 33 <div id="app"></div>
34 34 <!-- built files will be auto injected -->
35<body> 35 </body>
36 <noscript>
37 <strong>We're sorry but ldgallery doesn't work properly without JavaScript enabled. Please enable it to
38 continue.</strong>
39 </noscript>
40 <div id="ldgallery"></div>
41 <!-- built files will be auto injected -->
42</body>
43
44</html> 36</html>