From ffcfe77202481c0a6132b0cb89bcd6933b12cee5 Mon Sep 17 00:00:00 2001
From: Vincent Loy <vincent.loy1@gmail.com>
Date: Mon, 30 Dec 2024 11:49:19 +0100
Subject: [PATCH] Add Google site verification meta tag to HTML files

---
 docs/dist/index.html | 1 +
 docs/src/index.html  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/dist/index.html b/docs/dist/index.html
index d0b2e38..411c1ac 100644
--- a/docs/dist/index.html
+++ b/docs/dist/index.html
@@ -18,6 +18,7 @@
     <meta property="og:image" content="https://vincentloy.github.io/simplyCountdown.js/images/simplycountdown_web.png">
     <meta property="og:type" content="website">
     <meta property="og:url" content="https://vincentloy.github.io/simplyCountdown.js/">
+    <meta name="google-site-verification" content="fxh2iD1X6M9-YSf8EqFFJoFAFo-nkh4-7GhRl9mH3Eo" />
 
     <meta name="twitter:card" content="summary_large_image">
     <meta name="twitter:creator" content="@PastaWS">
diff --git a/docs/src/index.html b/docs/src/index.html
index 0b2145f..8dfc3a0 100644
--- a/docs/src/index.html
+++ b/docs/src/index.html
@@ -18,6 +18,7 @@
     <meta property="og:image" content="https://vincentloy.github.io/simplyCountdown.js/images/simplycountdown_web.png">
     <meta property="og:type" content="website">
     <meta property="og:url" content="https://vincentloy.github.io/simplyCountdown.js/">
+    <meta name="google-site-verification" content="fxh2iD1X6M9-YSf8EqFFJoFAFo-nkh4-7GhRl9mH3Eo" />
 
     <meta name="twitter:card" content="summary_large_image">
     <meta name="twitter:creator" content="@PastaWS">