Difference between revisions of "CM Program in-a-box - Programme en boîte de GdC"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
<code>
+
<html>
 +
<head>
 
<!-- Google tag (gtag.js) -->
 
<!-- Google tag (gtag.js) -->
 
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XVE06C0GVK"></script>
 
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XVE06C0GVK"></script>
Line 9: Line 10:
 
   gtag('config', 'G-XVE06C0GVK');
 
   gtag('config', 'G-XVE06C0GVK');
 
</script>
 
</script>
</code>
+
</head>
 +
<body>
  
Hello world
+
<p>Hello world</p>
  
<code>
 
 
<a href=”https://wiki.gccollab.ca/images/3/39/WTP_-_CM_Program_in-a-box_EN.pdf” target=”_blank” onclick=”_gaq.push([‘_trackEvent’,’Download’,’PDF’,this.href]);”>Download the english PDF</a>
 
<a href=”https://wiki.gccollab.ca/images/3/39/WTP_-_CM_Program_in-a-box_EN.pdf” target=”_blank” onclick=”_gaq.push([‘_trackEvent’,’Download’,’PDF’,this.href]);”>Download the english PDF</a>
  
 
<a href=”https://wiki.gccollab.ca/images/b/b1/WTP_-_Programme_en_boite_de_GdC_FR.pdf” target=”_blank” onclick=”_gaq.push([‘_trackEvent’,’Download’,’PDF’,this.href]);”>Télécharger le PDF en français</a>
 
<a href=”https://wiki.gccollab.ca/images/b/b1/WTP_-_Programme_en_boite_de_GdC_FR.pdf” target=”_blank” onclick=”_gaq.push([‘_trackEvent’,’Download’,’PDF’,this.href]);”>Télécharger le PDF en français</a>
</code>
+
 
 +
</body>
 +
</html>

Revision as of 09:40, 9 September 2022

<html> <head> <script async src="https://www.googletagmanager.com/gtag/js?id=G-XVE06C0GVK"></script> <script>

 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'G-XVE06C0GVK');

</script> </head> <body>

Hello world

<a href=”https://wiki.gccollab.ca/images/3/39/WTP_-_CM_Program_in-a-box_EN.pdf” target=”_blank” onclick=”_gaq.push([‘_trackEvent’,’Download’,’PDF’,this.href]);”>Download the english PDF</a>

<a href=”https://wiki.gccollab.ca/images/b/b1/WTP_-_Programme_en_boite_de_GdC_FR.pdf” target=”_blank” onclick=”_gaq.push([‘_trackEvent’,’Download’,’PDF’,this.href]);”>Télécharger le PDF en français</a>

</body> </html>