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
 
(102 intermediate revisions by 4 users not shown)
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>
 +
<body>
 
<head>
 
<head>
<style>
+
 
.myDiv {
 
  border: 5px outset red;
 
  background-color: lightblue;
 
  text-align: center;
 
}
 
</style>
 
 
</head>
 
</head>
<body>
+
<h1>My First Heading</h1>
 
+
<p>My first paragraph.</p>
<div class="myDiv">
 
  <h2>This is a heading in a div element</h2>
 
  <p>This is some text in a div element.</p>
 
</div>
 
  
 
</body>
 
</body>
 
+
</html>
{{M365}}
 
 
 
.shadowbox {
 
  width: 15em;
 
  border: 1px solid #333;
 
  box-shadow: 8px 8px 5px #444;
 
  padding: 8px 12px;
 
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
 
}
 
 
 
<div class="shadowbox">
 
<div class="column">[[File:English_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Home|alt="M365 Home]]</div>
 
<div class="column">[[File:French_button_2.PNG|150px|link=https://wiki.gccollab.ca/M365/Accueil|alt="M365 Accuel]]</div>
 
</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>