diff --git a/src/img/favicon.png b/src/img/favicon.png new file mode 100644 index 0000000..9361ea2 Binary files /dev/null and b/src/img/favicon.png differ diff --git a/src/img/favicon.svg b/src/img/favicon.svg new file mode 100644 index 0000000..8da6c31 --- /dev/null +++ b/src/img/favicon.svg @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/src/index.js b/src/index.js index 48f76c5..b04edb5 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,7 @@ import * as bootstrap from "bootstrap" // include htmx library import * as htmx from "htmx.org" -// include custom stylesheets and javascript +// include custom stylesheets, javascript, icons etc. import "./scss/auth.scss" import "./scss/detail.scss" import "./scss/form.scss" @@ -20,3 +20,6 @@ import "./scss/list.scss" import "./scss/profile.scss" import "./js/tasks" + +import "./img/favicon.png" +import "./img/favicon.svg" diff --git a/src/views/detail_view.hbs b/src/views/detail_view.hbs index 15518dd..d590ad7 100644 --- a/src/views/detail_view.hbs +++ b/src/views/detail_view.hbs @@ -7,6 +7,8 @@ + +