Changes

287 bytes added ,  08:37, 20 April 2023
no edit summary
Line 3: Line 3:  
<html>
 
<html>
 
<body>
 
<body>
 +
<!-- Google tag (gtag.js) -->
 +
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
 +
<script>
 +
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
    +
  gtag('config', 'G-9FPK3M5Y7K');
 +
</script>
 
<h1>My First Heading</h1>
 
<h1>My First Heading</h1>
 
<p>My first paragraph.</p>
 
<p>My first paragraph.</p>
19

edits