diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-11-11 23:10:03 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-11-11 23:10:03 +0100 |
commit | 319dd896f3a44237e1c26f3887fcb259f80f2714 (patch) | |
tree | 7cca77696e363b614a8b1de20623c7bffccfbba0 /public | |
parent | 584275e57f57871ce1a3095be59c4ecb284a3c77 (diff) | |
download | lom_frontend-319dd896f3a44237e1c26f3887fcb259f80f2714.tar.gz lom_frontend-319dd896f3a44237e1c26f3887fcb259f80f2714.zip |
clean code and add notifications
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index fb5db08..9ae317a 100644 --- a/public/index.html +++ b/public/index.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | 7 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
8 | <title><%= htmlWebpackPlugin.options.title %></title> | 8 | <title><%= htmlWebpackPlugin.options.title %></title> |
9 | </head> | 9 | </head> |
10 | <body style="background-color: #151515; color: #fafafa;"> | 10 | <body style="background-color: #101010; color: #fafafa;"> |
11 | <noscript> | 11 | <noscript> |
12 | <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | 12 | <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
13 | </noscript> | 13 | </noscript> |