Difference between revisions of "M365/test"

From wiki
Jump to navigation Jump to search
(Replaced content with "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"></scr...")
Tag: Replaced
 
(230 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| role="presentation" class="wikitable mw-collapsible"
+
A playground, sandbox, test zone for Marc B and Thian. :-)
| <strong>Lorem ipsum</strong>
+
<!-- Google tag (gtag.js) -->
|-
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
| Lorem ipsum dolor sit amet
+
<script>
|}
+
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
  
{| class="wikitable mw-collapsible"
+
  gtag('config', 'G-9FPK3M5Y7K');
|+ class="nowrap" | Winter Olympic Games
+
</script>
|-
+
<html>
|
+
<body>
! scope="col" | City
+
<head>
! scope="col" | Country
+
 
|-
+
</head>
! scope="row" | 1994
+
<h1>My First Heading</h1>
| Lillehammer || Norway
+
<p>My first paragraph.</p>
|-
+
 
! scope="row" | 1998
+
</body>
| Nagano || Japan
+
</html>
|}
 

Latest revision as of 10:11, 20 April 2023

A playground, sandbox, test zone for Marc B and Thian. :-) <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> <body> <head>

</head>

My First Heading

My first paragraph.

</body> </html>