[Pixelle-commit] SF.net SVN: pixelle:[307] trunk/pixelle/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-12-28 06:48:16
|
Revision: 307
http://pixelle.svn.sourceforge.net/pixelle/?rev=307&view=rev
Author: dbrosius
Date: 2009-12-28 06:48:06 +0000 (Mon, 28 Dec 2009)
Log Message:
-----------
add ssi for mbfg other projects menu
Modified Paths:
--------------
trunk/pixelle/htdocs/index.html
Modified: trunk/pixelle/htdocs/index.html
===================================================================
--- trunk/pixelle/htdocs/index.html 2009-12-28 06:47:02 UTC (rev 306)
+++ trunk/pixelle/htdocs/index.html 2009-12-28 06:48:06 UTC (rev 307)
@@ -2,6 +2,9 @@
<head>
<title>Pixelle - A Bitmap transformation tool</title>
<meta name="Keywords" content="bitmap image pixel transform convolution mebigfatguy">
+ <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/pixelle.jnlp?v=1.1.0">Web Start</a>
+ <!--#include virtual="mbfg_menu.shtml" -->
<hr/>
<p>Thanks for your interest in Pixelle.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|