diff --git a/ref-test/admin/static/favicon.ico b/ref-test/admin/static/favicon.ico
new file mode 100644
index 0000000..e9ed67a
Binary files /dev/null and b/ref-test/admin/static/favicon.ico differ
diff --git a/ref-test/admin/static/favicon.png b/ref-test/admin/static/favicon.png
new file mode 100644
index 0000000..e3eb80d
Binary files /dev/null and b/ref-test/admin/static/favicon.png differ
diff --git a/ref-test/admin/templates/admin/components/base.html b/ref-test/admin/templates/admin/components/base.html
index a635b8e..ded27f0 100644
--- a/ref-test/admin/templates/admin/components/base.html
+++ b/ref-test/admin/templates/admin/components/base.html
@@ -18,6 +18,7 @@
{% block datatable_css %}
{% endblock %}
{% block title %} SKA Referee Test | Admin Console {% endblock %}
+ {% include "admin/components/og-meta.html" %}
diff --git a/ref-test/admin/templates/admin/components/og-meta.html b/ref-test/admin/templates/admin/components/og-meta.html
new file mode 100644
index 0000000..9c02bc6
--- /dev/null
+++ b/ref-test/admin/templates/admin/components/og-meta.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ref-test/quiz/static/favicon.ico b/ref-test/quiz/static/favicon.ico
new file mode 100644
index 0000000..e9ed67a
Binary files /dev/null and b/ref-test/quiz/static/favicon.ico differ
diff --git a/ref-test/quiz/static/favicon.png b/ref-test/quiz/static/favicon.png
new file mode 100644
index 0000000..e3eb80d
Binary files /dev/null and b/ref-test/quiz/static/favicon.png differ
diff --git a/ref-test/quiz/templates/quiz/components/base.html b/ref-test/quiz/templates/quiz/components/base.html
index ccd4f07..e0951a0 100644
--- a/ref-test/quiz/templates/quiz/components/base.html
+++ b/ref-test/quiz/templates/quiz/components/base.html
@@ -18,6 +18,7 @@
{% block style %}
{% endblock %}
{% block title %} SKA Referee Test {% endblock %}
+ {% include "quiz/components/og-meta.html" %}
diff --git a/ref-test/quiz/templates/quiz/components/og-meta.html b/ref-test/quiz/templates/quiz/components/og-meta.html
new file mode 100644
index 0000000..ef31c74
--- /dev/null
+++ b/ref-test/quiz/templates/quiz/components/og-meta.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file