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
 
(110 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#content-wrapper{
+
A playground, sandbox, test zone for Marc B and Thian. :-)
      display:table;
+
<!-- Google tag (gtag.js) -->
    }
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
   
+
<script>
    #content{
+
  window.dataLayer = window.dataLayer || [];
      display:table-row;
+
  function gtag(){dataLayer.push(arguments);}
    }
+
  gtag('js', new Date());
   
 
    #content>div{
 
      display:table-cell
 
    }
 
   
 
    /*adding some extras for demo purposes*/
 
    #content-wrapper{
 
      width:100%;
 
      height:100%;
 
      top:0px;
 
      left:0px;
 
      position:absolute;
 
    }
 
    #nav{
 
      width:100px;
 
      background:yellow;
 
    }
 
    #body{
 
      background:blue;
 
    }
 
  
<div id="content-wrapper">
+
  gtag('config', 'G-9FPK3M5Y7K');
  <div id="content">
+
</script>
    <div id="nav">
+
<html>
      Left hand content
+
<body>
    </div>
+
<head>
    <div id="body">
 
      Right hand content
 
    </div>
 
  </div>
 
</div>
 
  
{{M365}}
+
</head>
 +
<h1>My First Heading</h1>
 +
<p>My first paragraph.</p>
  
<div class="row">
+
</body>
<div class="column"></div>
+
</html>
[[File:English_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Home|alt="M365 Home]]
 
<div class="column"></div>
 
[[File:French_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Accueil|alt="M365 Accuel]]
 
</div>
 

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>