From 4c4a160c458fbdd20d2e272faab28dee18c28b2f Mon Sep 17 00:00:00 2001
From: "Hartung, Michael" <michael.hartung@uni-hamburg.de>
Date: Wed, 22 Feb 2023 16:26:23 +0100
Subject: [PATCH] google search console verification

---
 googlee014a89ca5a001d9.html | 1 -
 src/index.html              | 4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)
 delete mode 100644 googlee014a89ca5a001d9.html

diff --git a/googlee014a89ca5a001d9.html b/googlee014a89ca5a001d9.html
deleted file mode 100644
index 4bde777..0000000
--- a/googlee014a89ca5a001d9.html
+++ /dev/null
@@ -1 +0,0 @@
-google-site-verification: googlee014a89ca5a001d9.html
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index e8900e6..04155e7 100644
--- a/src/index.html
+++ b/src/index.html
@@ -25,6 +25,10 @@
     <base href="/" />
 <!--    <link rel="icon" href="/assets/favicon.ico" />-->
     <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+    <!-- Google search console identification -->
+    <meta name="google-site-verification" content="fDds69j9pyd0y6xDp99E1Ioun3Pre1KLVh9sx_oE4Ac" />
+    
     <link rel="icon" type="image/x-icon" href="favicon.ico" />
 
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
-- 
GitLab