| 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> |
| − |
| |
| − | Hello world
| |