diff --git a/site/index.html b/site/index.html
index 0bd86b4..a49a708 100644
--- a/site/index.html
+++ b/site/index.html
@@ -3,6 +3,7 @@
Keppler
+
diff --git a/site/src/components/application/script.js b/site/src/components/application/script.js
index 432f47c..12bfdf4 100644
--- a/site/src/components/application/script.js
+++ b/site/src/components/application/script.js
@@ -1,6 +1,7 @@
import Connexion from '@/components/connexion'
import ProjectsHub from '@/components/projects-hub'
import Project from '@/components/project'
+import Favicon from '@/components/favicon'
export default
{
@@ -10,7 +11,8 @@ export default
{
Connexion,
ProjectsHub,
- Project
+ Project,
+ Favicon
},
computed:
diff --git a/site/src/components/application/template.html b/site/src/components/application/template.html
index 6f34de3..973cba8 100644
--- a/site/src/components/application/template.html
+++ b/site/src/components/application/template.html
@@ -2,6 +2,9 @@
+
+
+