Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added

- 埋設 GTM 代碼

## [v1.0.1] - 2022.11.15

### Fixed
Expand Down
32 changes: 13 additions & 19 deletions index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,22 @@
<link rel="canonical" href="https://webduino.io/" />

<link rel="stylesheet" href="css/main.css" />

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WCKX983');</script>
<!-- End Google Tag Manager -->
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCKX983"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div class="content loading">
<div id="menu"></div>
<div id="s1">
Expand Down Expand Up @@ -421,16 +434,7 @@
rx="4.8"
ry="4.8"
/>
<<<<<<< HEAD
<circle
style="fill: #ffffff"
cx="129.5"
cy="65.1"
r="1.1"
/>
=======
<circle style="fill: #ffffff" cx="129.5" cy="65.1" r="1.1" />
>>>>>>> 4ed71000046d9515c8125bdfdf9e19aff307c0fd
</g>
</g>
</svg>
Expand All @@ -441,23 +445,13 @@
style="fill: #ffd731"
d="M116.2,174.4c0,0-16.9,29.7-13.1,35.9c0,0,17,1.2,13.1,8.6c-2.9,5.3-9.6,0-9.6,0s3.1,8.3-7.7,7.1
s-6.6-4.6-4.7-6.4c1.8-1.8-7.6,5.5-11.9,0.6c-4.4-4.9,0.9-6.1,0.9-6.1l10.4-4.3l8.6-35.2"
<<<<<<< HEAD
/>
<path
style="fill: #ceb034"
d="M146.9,177.9c0,0,16.9,29.7,13.1,35.9c0,0-17,1.2-13.1,8.6c2.9,5.3,9.6,0,9.6,0s-3.1,8.3,7.7,7.1
c10.9-1.2,6.6-4.6,4.7-6.4c-1.8-1.8,7.6,5.5,11.9,0.6c4.4-4.9-0.9-6.1-0.9-6.1l-10.4-4.3l-8.6-35.2"
/>
<path
=======
/>
<path
style="fill: #ceb034"
d="M146.9,177.9c0,0,16.9,29.7,13.1,35.9c0,0-17,1.2-13.1,8.6c2.9,5.3,9.6,0,9.6,0s-3.1,8.3,7.7,7.1
c10.9-1.2,6.6-4.6,4.7-6.4c-1.8-1.8,7.6,5.5,11.9,0.6c4.4-4.9-0.9-6.1-0.9-6.1l-10.4-4.3l-8.6-35.2"
/>
<path
>>>>>>> 4ed71000046d9515c8125bdfdf9e19aff307c0fd
style="fill: #ffd731"
d="M206.7,142.9c0,0,21.4,1.2,23.9-11.7c2.5-12.9-2-24.5-2-24.5s-5.2,1.5-9.6-3.9
c-4.4-5.4,5.1-9.8,9.6-6.7c0,0-6-8,2-8.9c8-0.9,8.2,8.9,8.2,8.9s2.3-11,6.9-6.1c4.6,4.9,2.3,8.7,0.3,10.2c-1.6,1.2-7.2,3.4-7.2,3.4
Expand Down
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,22 @@
<link rel="canonical" href="https://webduino.io/" />

<link rel="stylesheet" href="css/main.css" />

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WCKX983');</script>
<!-- End Google Tag Manager -->
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WCKX983"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div class="content loading">
<div id="menu"></div>
<div id="s1">
Expand Down