| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title> | 6 <title> |
| 7 | 7 |
| 8 Expired | 8 Expired |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 <script> | 173 <script> |
| 174 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 174 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 175 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 175 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 176 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 176 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 177 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 177 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 178 | 178 |
| 179 ga('create', 'UA-12345-01', 'auto'); | 179 ga('create', 'UA-12345-01', 'auto'); |
| 180 ga('send', 'pageview'); | 180 ga('send', 'pageview'); |
| 181 </script> | 181 </script> |
| 182 | 182 |
| OLD | NEW |