Update default.html

This commit is contained in:
Felipe Zimmerle
2018-04-25 16:42:48 -03:00
committed by GitHub
parent 812ef31830
commit 79a27aae44

View File

@@ -30,13 +30,14 @@
{% endif %}
{% if site.show_downloads %}
<p> ModSecurity v3.x </p>
<p> ModSecurity v2.x </p>
<ul>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
<p>ModSecurity v3.x</p>
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v3/master"><strong>v3/master</strong></a>
<br><br>
<p>ModSecurity v2.x</p>
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v2/master"><strong>v2/master</strong></a>
<br><br>
<p>Releases</p>
https://github.com/SpiderLabs/ModSecurity/releases
{% endif %}
</header>
<section>