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

From wiki
Jump to navigation Jump to search
(Replaced content with "hello world")
Tag: Replaced
Line 1: Line 1:
<html>
+
hello world
<head>
 
<!-- Google tag (gtag.js) -->
 
<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>
 
 
 
<p>Hello world</p>
 
 
 
<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>
 

Revision as of 09:55, 9 September 2022

hello world