Update default.html

This commit is contained in:
Felipe Zimmerle
2018-04-25 16:50:12 -03:00
committed by GitHub
parent 6e16bedade
commit ad1a09893a

View File

@@ -30,14 +30,17 @@
{% endif %} {% endif %}
{% if site.show_downloads %} {% if site.show_downloads %}
<p>ModSecurity v3.x</p> <p class="view">ModSecurity v3.x</p>
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v3/master"><strong>v3/master</strong></a> <a href="https://github.com/SpiderLabs/ModSecurity/tree/v3/master"><strong>v3/master</strong></a>
</p>
<br><br> <br><br>
<p>ModSecurity v2.x</p> <p class="view">ModSecurity v2.x</p>
<a href="https://github.com/SpiderLabs/ModSecurity/tree/v2/master"><strong>v2/master</strong></a> <a href="https://github.com/SpiderLabs/ModSecurity/tree/v2/master"><strong>v2/master</strong></a>
</p>
<br><br> <br><br>
<p>Releases</p> <p class="view">Releases
https://github.com/SpiderLabs/ModSecurity/releases <a href="https://github.com/SpiderLabs/ModSecurity/releases"><strong>ModSecurity/releases</strong></a>
</p>
{% endif %} {% endif %}
</header> </header>
<section> <section>