Skip to content
Commits on Source (3)
......@@ -56,6 +56,7 @@ layout: default
them. It can compare two tarballs, ISO images, or PDF just as easily.
</p>
<div id="examples">
<img src="images/progressbar.gif?{{ site.time | date: '%s%N' }}">
<div style="width: 438px;">
<a href="examples/https-everywhere-5.0.6_vs_5.0.7.html">
<img src="images/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png?{{ site.time | date: '%s%N' }}" alt="Example of diffoscope HTML output" /><br />
......@@ -83,8 +84,9 @@ layout: default
<h2>Get diffoscope</h2>
<ul>
<li>
<a href="https://try.diffoscope.org/">Try it online!</a>
<strong><a href="https://try.diffoscope.org/">Try it online!</a></strong>
</li>
<li>
Via <a href="https://pypi.python.org/"><code>pip</code></a>:<br />
<code>pip install diffoscope</code><br />
......@@ -107,7 +109,7 @@ layout: default
<code>brew install diffoscope</code>
</li>
<li>
<a href="/archive">Source tarballs"</a>
<a href="/archive">Source tarballs</a>
</li>
<li>
Through Git:<br />
......