diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-08 08:00:15 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-08 08:00:15 +0800 |
commit | 4a74b1ff15ca5cbc175c8fb98839960f1af494fb (patch) | |
tree | ed80ade2d481f5a265c0d9a475be689ace09c8df /executive-summary/summary.html | |
parent | adf19f49fbdf0e0e69a6ed80fe0cddaf4f3978d1 (diff) | |
download | gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.gz gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.tar.zst gsoc2013-evolution-4a74b1ff15ca5cbc175c8fb98839960f1af494fb.zip |
New and improved display,
Bug fixes
memory leaks removed
Preferences
and probably more that I can't remember.
svn path=/trunk/; revision=6858
Diffstat (limited to 'executive-summary/summary.html')
-rw-r--r-- | executive-summary/summary.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/executive-summary/summary.html b/executive-summary/summary.html new file mode 100644 index 0000000000..a849ddf3d6 --- /dev/null +++ b/executive-summary/summary.html @@ -0,0 +1,32 @@ +<html> +<head> +<Title>Evolution Executive Summary</title> +</head> + +<body bgcolor="#ffffff" background="/usr/local/share/images/evolution/executive-summary-bg.png"> +<table cellpadding="0" cellspacing="0" numcols="3" width="100%"> +<tr> +<td bgcolor="#9aadbf" height="102"> +<img src="/usr/local/share/images/evolution/butterfly.png"></td> +<td colspan="2" align="middle" bgcolor="#9aadbf"> +E V O L U T I O N +</td></tr> +<tr><td bgcolor="#9aadbf"> </td> +<td><img src="/usr/local/share/images/evolution/executive-summary-curve.png"></td> +<td>Use this to search for something on Google</td> +</tr> +<tr height="100%"> +<td bgcolor="#9aadbf"> </td> +<td colspan="2"><table width="100%" height="100%"> +<tr> +<td> +<!-- EVOLUTION EXECUTIVE SUMMARY SERVICES DO NOT REMOVE --> +</td> +</tr> +</table> +</tr> +</table> +</body> +</html> + + |