We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdb691 commit f366085Copy full SHA for f366085
index.html
@@ -2,6 +2,16 @@
2
<html lang="en">
3
4
<head>
5
+ <!-- Google tag (gtag.js) -->
6
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-0RRQ6Y75G8"></script>
7
+ <script>
8
+ window.dataLayer = window.dataLayer || [];
9
+ function gtag(){dataLayer.push(arguments);}
10
+ gtag('js', new Date());
11
+
12
+ gtag('config', 'G-0RRQ6Y75G8');
13
+ </script>
14
15
<meta charset="UTF-8">
16
<meta name="viewport" content="width=device-width, initial-scale=1.0">
17
<meta name="description" content="eBird 最新鳥類名錄查詢工具,支援繁體中文、英文、日文等 12 種語言的鳥類俗名、學名查詢。提供 eBird 代碼、banding codes等資訊。">
0 commit comments