This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ded7c64e added google analytics script tag to all pages (#228)
ded7c64e is described below
commit ded7c64eb3c9b1f6e37f8b28efbaf3c0b10fcdec
Author: Muhammad Farrukh <[email protected]>
AuthorDate: Thu Nov 2 21:12:45 2023 +0500
added google analytics script tag to all pages (#228)
---
404/index.html | 9 ++++++++-
blog/index.html | 9 ++++++++-
contribution/guide/index.html | 9 ++++++++-
contribution/how/index.html | 9 ++++++++-
contribution/process/index.html | 9 ++++++++-
contribution/requirements/index.html | 9 ++++++++-
contribution/volunteers/index.html | 9 ++++++++-
download/index.html | 9 ++++++++-
joinus/index.html | 9 ++++++++-
overview/index.html | 9 ++++++++-
release-notes/index.html | 10 +++++++++-
tags/age-viewer/index.html | 11 ++++++++++-
tags/age/index.html | 11 ++++++++++-
tags/index.html | 11 ++++++++++-
team/index.html | 12 +++++++++++-
15 files changed, 130 insertions(+), 15 deletions(-)
diff --git a/404/index.html b/404/index.html
index d8da67da..c137cedf 100644
--- a/404/index.html
+++ b/404/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helm [...]
/*!
*
* antd v4.22.3
diff --git a/blog/index.html b/blog/index.html
index 4c8a7970..161f17bb 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helm [...]
/*!
*
* antd v4.22.3
diff --git a/contribution/guide/index.html b/contribution/guide/index.html
index a55e9b7e..d356daf2 100644
--- a/contribution/guide/index.html
+++ b/contribution/guide/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helm [...]
/*!
*
* antd v4.22.3
diff --git a/contribution/how/index.html b/contribution/how/index.html
index 67f9bb08..92f7262f 100644
--- a/contribution/how/index.html
+++ b/contribution/how/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/contribution/process/index.html b/contribution/process/index.html
index abe0bc8f..89d028c4 100644
--- a/contribution/process/index.html
+++ b/contribution/process/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/contribution/requirements/index.html
b/contribution/requirements/index.html
index b4a928de..5a703115 100644
--- a/contribution/requirements/index.html
+++ b/contribution/requirements/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/contribution/volunteers/index.html
b/contribution/volunteers/index.html
index f154e63f..e078f2eb 100644
--- a/contribution/volunteers/index.html
+++ b/contribution/volunteers/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/download/index.html b/download/index.html
index 5880ff99..4724813f 100644
--- a/download/index.html
+++ b/download/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/joinus/index.html b/joinus/index.html
index 7e2c05c7..4fb9a836 100644
--- a/joinus/index.html
+++ b/joinus/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/overview/index.html b/overview/index.html
index 79fbcfbe..9dd547c0 100644
--- a/overview/index.html
+++ b/overview/index.html
@@ -1,4 +1,11 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head><script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+ </script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet [...]
/*!
*
* antd v4.22.3
diff --git a/release-notes/index.html b/release-notes/index.html
index 4e9c5414..0fa04329 100644
--- a/release-notes/index.html
+++ b/release-notes/index.html
@@ -1,4 +1,12 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head>
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+</script><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet=" [...]
/*!
*
* antd v4.22.3
diff --git a/tags/age-viewer/index.html b/tags/age-viewer/index.html
index 1dae0142..550fea54 100644
--- a/tags/age-viewer/index.html
+++ b/tags/age-viewer/index.html
@@ -1,4 +1,13 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head>
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+</script>
+ <meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet="true"
[...]
/*!
*
* antd v4.22.3
diff --git a/tags/age/index.html b/tags/age/index.html
index 2a68c7e9..27e16769 100644
--- a/tags/age/index.html
+++ b/tags/age/index.html
@@ -1,4 +1,13 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head>
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+</script>
+ <meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet="true"
[...]
/*!
*
* antd v4.22.3
diff --git a/tags/index.html b/tags/index.html
index f91ec0ca..ffef96aa 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -1,4 +1,13 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head>
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+</script>
+ <meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet="true"
[...]
/*!
*
* antd v4.22.3
diff --git a/team/index.html b/team/index.html
index 5e80eec4..86274a8c 100644
--- a/team/index.html
+++ b/team/index.html
@@ -1,4 +1,14 @@
-<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta
http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta
data-react-helmet="true" property="og:image" content="/img/og-image.jpg"/><meta
data-react-helmet="true" property="og:url" content="/"/><meta
data-react-helmet="true" property="og:title" content="Apache AGE"/><meta
data-react-helmet="true" property="og:type" content="business.business [...]
+<!DOCTYPE html><html lang="en"><head>
+
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=G-FSTXGQQGNB"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-FSTXGQQGNB');
+</script>
+ <meta charSet="utf-8"/><meta http-equiv="x-ua-compatible"
content="ie=edge"/><meta name="viewport" content="width=device-width,
initial-scale=1, shrink-to-fit=no"/><meta data-react-helmet="true"
property="og:image" content="/img/og-image.jpg"/><meta data-react-helmet="true"
property="og:url" content="/"/><meta data-react-helmet="true"
property="og:title" content="Apache AGE"/><meta data-react-helmet="true"
property="og:type" content="business.business"/><meta data-react-helmet="true"
[...]
/*!
*
* antd v4.22.3