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
 
(114 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!DOCTYPE html>
+
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>
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<style>
 
* {
 
  box-sizing: border-box;
 
}
 
 
/* Create two equal columns that floats next to each other */
 
.column {
 
  float: left;
 
  width: 50%;
 
  padding: 10px;
 
  height: 300px; /* Should be removed. Only for demonstration */
 
}
 
  
/* Clear floats after the columns */
 
.row:after {
 
  content: "";
 
  display: table;
 
  clear: both;
 
}
 
</style>
 
 
</head>
 
</head>
<body>
+
<h1>My First Heading</h1>
 
+
<p>My first paragraph.</p>
<h2>Two Equal Columns</h2>
 
 
 
<div class="row">
 
  <div class="column" style="background-color:#aaa;">
 
    <h2>Column 1</h2>
 
    <p>Some text..</p>
 
  </div>
 
  <div class="column" style="background-color:#bbb;">
 
    <h2>Column 2</h2>
 
    <p>Some text..</p>
 
  </div>
 
</div>
 
  
 
</body>
 
</body>
 
</html>
 
</html>
 
{{M365}}
 
 
<div class="row">
 
<div class="column"></div>
 
[[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>