[Dashg-commit] SF.net SVN: dashg:[41] trunk/dashg
Status: Pre-Alpha
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-11-14 06:12:47
|
Revision: 41 http://dashg.svn.sourceforge.net/dashg/?rev=41&view=rev Author: dbrosius Date: 2008-11-14 06:12:46 +0000 (Fri, 14 Nov 2008) Log Message: ----------- stub in project page Added Paths: ----------- trunk/dashg/htdocs/ trunk/dashg/htdocs/index.html Added: trunk/dashg/htdocs/index.html =================================================================== --- trunk/dashg/htdocs/index.html (rev 0) +++ trunk/dashg/htdocs/index.html 2008-11-14 06:12:46 UTC (rev 41) @@ -0,0 +1,34 @@ +<html> + <head> + <title>DashG - An ant tool for embellishing class files with debug information</title> + <meta name="Keywords" content="ant dashg class debug mebigfatguy"> + </head> + <body background> + <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> + </div> + <div style="position:absolute;top:20;left:20;z-index:3;"> + <h1>DashG</h1> + <hr/> + <a href="http://www.sourceforge.net/projects/dashg">Project Page</a> + <img src="vbar.gif" height="12"/> + <a href="javadoc/index.html">JavaDoc</a> + <hr/> + + <p>Thanks for your interest in DashG.</p> + + <p>This project has just been started, check back soon for more information.</p> + </div> + +<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-249537-6"); +pageTracker._trackPageview(); +</script> + + </body> +</html> + + Property changes on: trunk/dashg/htdocs/index.html ___________________________________________________________________ Added: svn:mime-type + text/html Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |