T=`temp -s .html`
echo "<html><body><form><textarea cols=80 rows=40>" >"$T"
cat "$@" >>"$T"
echo "</textarea></form></body></html>" >>"$T"
dillo "file://$T"
rm "$T"
