You can use diff2html.py that is able to create a side-by-side diff in a static html page, from an unified diff input. The script is written in python.
cat foo.diff | python diff2html.py > foo.html
You can use diff2html.py that is able to create a side-by-side diff in a static html page, from an unified diff input. The script is written in python.
cat foo.diff | python diff2html.py > foo.html