diff --git a/components/OptOutIframe.vue b/components/OptOutIframe.vue
new file mode 100644
index 0000000..600c98a
--- /dev/null
+++ b/components/OptOutIframe.vue
@@ -0,0 +1,3 @@
+
+ iframe(style="border: 0; width: 100%; border-radius: 3px; font-family:Poppins,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;" src="https://stats.lost.services/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=08e5ff&fontColor=212121&fontSize=&fontFamily=Poppins")
+
\ No newline at end of file
diff --git a/pages/cookie-policy.vue b/pages/cookie-policy.vue
index cd6502a..5e75323 100644
--- a/pages/cookie-policy.vue
+++ b/pages/cookie-policy.vue
@@ -1,5 +1,5 @@
- div
+ main
h1 Our Cookie Policy
p We believe in being transparent about how we collect and use data. This policy provides information about how and when we use cookies for these purposes. Capitalized terms used in this policy but not defined have the meaning set forth in our
nuxt-link.highlighted(to="privacy-policy") Privacy Policy
@@ -31,10 +31,20 @@
a(href="https://support.microsoft.com/en-us/kb/260971", title="Google Chrome") Internet Explorer
h2 Opt Out From Tracking
- iframe(style="border: 0; width: 100%; border-radius: 3px; font-family:Poppins,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;" src="https://stats.lost.services/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=08e5ff&fontColor=212121&fontSize=&fontFamily=Poppins")
+ OptOutIframe
+
+