Author: nextgens Date: 2008-09-01 09:05:51 +0000 (Mon, 01 Sep 2008) New Revision: 22296
Added: trunk/website/uninstall.html Log: website: add the uninstallation survey on the website so that we can use google-analytics on it Added: trunk/website/uninstall.html =================================================================== --- trunk/website/uninstall.html (rev 0) +++ trunk/website/uninstall.html 2008-09-01 09:05:51 UTC (rev 22296) @@ -0,0 +1,17 @@ +<html> + <head> + <title>Freenet Uninstallation Survey</title> + <meta name="robots" content="noindex, nofollow"> + </head> + <body> + <iframe src="http://spreadsheets.google.com/embeddedform?key=pARgKQ0i0ggo42b-G3If4Iw" width="310" height="1131" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> + <script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); + </script> + <script type="text/javascript"> + var pageTracker = _gat._getTracker("UA-354970-1"); + pageTracker._trackPageview(); + </script> + </body> +</html>
