[Patchanim-commit] SF.net SVN: patchanim: [166] trunk/patchanim/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-11 03:26:31
|
Revision: 166 http://patchanim.svn.sourceforge.net/patchanim/?rev=166&view=rev Author: dbrosius Date: 2008-02-10 19:26:36 -0800 (Sun, 10 Feb 2008) Log Message: ----------- add google analytics Modified Paths: -------------- trunk/patchanim/htdocs/index.html Modified: trunk/patchanim/htdocs/index.html =================================================================== --- trunk/patchanim/htdocs/index.html 2008-02-11 00:17:49 UTC (rev 165) +++ trunk/patchanim/htdocs/index.html 2008-02-11 03:26:36 UTC (rev 166) @@ -65,5 +65,11 @@ <img src="sample.jpg"/> <p><table cellpadding="10"><tr><td><img src="nameediting.jpg"/></td><td><img src="patchediting.jpg"/></td></tr></table></p> </div> + <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + </script> + <script type="text/javascript"> + _uacct = "UA-249537-2"; + urchinTracker(); + </script> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |