Dark Version

In order to have Dark mode enabled, update below line in function initSettings in file assets/js/app.js.
alreadyVisited = "dark-mode-switch"; at line number 182.
and replace the reference of bootstrap.min.css stylesheet file to bootstrap-dark.min.css and app.min.css to app-dark.min.css in the Admin/index.html file.

@@include("partials/footer.html")