diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-29 16:52:17 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-29 16:52:17 -0400 |
commit | 8ac8ad09c71b10597a354eabf81cbafa14f00940 (patch) | |
tree | d6aa383df6493ab9051ea15291d154e300db85b9 /iridescence/public/index.html | |
parent | 14ac25266a53ed986402f808cab0ef04237c1022 (diff) | |
download | theglassyladies-8ac8ad09c71b10597a354eabf81cbafa14f00940.tar.xz theglassyladies-8ac8ad09c71b10597a354eabf81cbafa14f00940.zip |
playing with filtering by category
Diffstat (limited to 'iridescence/public/index.html')
-rw-r--r-- | iridescence/public/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/iridescence/public/index.html b/iridescence/public/index.html index 4123528..393860e 100644 --- a/iridescence/public/index.html +++ b/iridescence/public/index.html @@ -1,15 +1,19 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" class="has-navbar-fixed-top"> <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width,initial-scale=1.0" /> + <link rel="icon" href="<%= BASE_URL %>favicon.ico" /> <title><%= htmlWebpackPlugin.options.title %></title> </head> <body> <noscript> - <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> + <strong + >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work + properly without JavaScript enabled. Please enable it to + continue.</strong + > </noscript> <div id="app"></div> <!-- built files will be auto injected --> |