Add analytics to the index page of the website. Changed paths: M /poshsvn/trunk/www/static/index.html Modified: poshsvn/trunk/www/static/index.html =================================================================== --- poshsvn/trunk/www/static/index.html (rev 5919) +++ poshsvn/trunk/www/static/index.html (rev 5920) @@ -11,6 +11,11 @@ <script src="./script.js"></script> <link rel="icon" href="./favicon.svg"> <meta name="description" content="PoshSVN | Apache Subversion client for PowerShell"> + + <script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script> + <noscript> + <img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /> + </noscript> </head> <body class="d-flex flex-column min-vh-100 mx-auto border" style="max-width: 92.5rem">