[Polycasso-commit] SF.net SVN: polycasso:[208] trunk/polycasso/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-28 06:40:06
|
Revision: 208
http://polycasso.svn.sourceforge.net/polycasso/?rev=208&view=rev
Author: dbrosius
Date: 2009-12-28 06:39:56 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
add mbfg other projects menu
Modified Paths:
--------------
trunk/polycasso/htdocs/index.html
Modified: trunk/polycasso/htdocs/index.html
===================================================================
--- trunk/polycasso/htdocs/index.html 2009-12-28 06:38:55 UTC (rev 207)
+++ trunk/polycasso/htdocs/index.html 2009-12-28 06:39:56 UTC (rev 208)
@@ -2,6 +2,9 @@
<head>
<title>Polycasso - A Cubism Artwork Generation Tool</title>
<meta name="Keywords" content="polygon cubism image generation">
+ <script src="mbfg.js">
+ </script>
+ <link rel="stylesheet" type="text/css" href="mbfg.css" />
</head>
<body background>
<div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);">
@@ -14,6 +17,7 @@
<a href="javadoc/index.html">JavaDoc</a>
<img src="vbar.gif" height="12"/>
<a href="jnlp/polycasso.jnlp">Web Start</a>
+ <!--#include virtual="mbfg_menu.shtml" -->
<hr/>
<p>Thanks for your interest in Polycasso.</p>
@@ -27,6 +31,7 @@
<p>-- Dave Brosius</p>
<iframe src="polypig.svg" width="235px" height="176px"/>
+ <p>This pig is an svg output of polycasso</p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|