Skip to content

Commit

Permalink
gtm 測試
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJi0428 committed Mar 5, 2024
1 parent d89699e commit 952f131
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Screen/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!DOCTYPE html>

<head>
<!-- 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-KRRRTGW6');</script>
<!-- End Google Tag Manager -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>螢幕比例計算</title>
<style>
Expand Down Expand Up @@ -46,6 +56,10 @@
</head>

<body onload="onload()">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRRRTGW6" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<h1>螢幕比例計算</h1>
<button onclick="window.location.reload()">刷新</button><br>
<span>短邊</span>
Expand Down

0 comments on commit 952f131

Please sign in to comment.