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: | ||
+ | <code> | ||
<html> | <html> | ||
<head> | <head> | ||
Line 21: | Line 22: | ||
</body> | </body> | ||
</html> | </html> | ||
+ | </code> |
Revision as of 08:30, 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>