Difference between revisions of "CM Program in-a-box - Programme en boîte de GdC"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <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> | </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> | </html> | ||
− | |||
− |
Revision as of 08:29, 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>