Create blog

This commit is contained in:
ethicalhack3r
2019-03-25 13:41:08 +01:00
parent 338cc79a7a
commit f2b36c8434
17 changed files with 893 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<h2 class="footer-heading"></h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
</div>
<div class="footer-col footer-col-2">
<h3 align="center">WPScan</h3>
<p align="center">
WordPress Vulnerability Scanner
<br>
<br>
<a href="https://wpscan.org/" title="homepage" target="_blank">Homepage</a> - <a href="https://wpscan.io/" title="wpscan.io" target="_blank">WPScan.io</a> - <a href="https://wpvulndb.com/" title="vulnerability database" target="_blank">Vulnerability Database</a> - <a href="https://wordpress.org/plugins/wpscan/" title="wordpress plugin" target="_blank">WordPress Plugin</a>
</p>
<p align="center" class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
</div>
<div class="footer-col footer-col-3">
<p></p>
</div>
</div>
</div>
</footer>