Difference between revisions of "M365/test"

From wiki
Jump to navigation Jump to search
(Replaced content with "{{M365}} <div class="row"> <div class="column"></div> 150px|link=https://wiki.gccollab.ca/M365/Home <div class="column"></div> File:Fr...")
Tag: Replaced
(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
 
(117 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{M365}}
+
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());
  
<div class="row">
+
  gtag('config', 'G-9FPK3M5Y7K');
  <div class="column"></div>
+
</script>
[[File:English_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Home]]
+
<html>
  <div class="column"></div>
+
<body>
[[File:French_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Accueil]]
+
<head>
</div>
 
  
.column {
+
</head>
  float: left;
+
<h1>My First Heading</h1>
  width: 50%;
+
<p>My first paragraph.</p>
}
 
  
/* Clear floats after the columns */
+
</body>
.row:after {
+
</html>
  content: "";
 
  display: table;
 
  clear: both;
 
}
 

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>