| Line 1: |
Line 1: |
| | + | A playground, sandbox, test zone for Marc B and Thian. :-) |
| | + | <!-- 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> |
| | <html> | | <html> |
| | + | <body> |
| | <head> | | <head> |
| − | <title>Page Title</title>
| + | |
| | </head> | | </head> |
| − | <body>
| + | <h1>My First Heading</h1> |
| − | | + | <p>My first paragraph.</p> |
| − | <h1>This is a Heading</h1> | |
| − | <p>This is a paragraph.</p> | |
| | | | |
| | </body> | | </body> |
| | </html> | | </html> |