Merge branch 'gh-pages' of https://github.com/wpscanteam/wpscan into gh-pages

This commit is contained in:
ethicalhack3r
2019-07-23 10:06:39 +02:00

View File

@@ -44,6 +44,7 @@
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
<!-- End Google Analytics --> <!-- End Google Analytics -->
</head> </head>
<body> <body>
<div class="wrapper"> <div class="wrapper">
@@ -81,7 +82,6 @@
</header> </header>
<section> <section>
<script> <script>
<!-- Get README.md from Github API using JSONP. Turn the markdown into HTML. --> <!-- Get README.md from Github API using JSONP. Turn the markdown into HTML. -->
function content(response) { function content(response) {
@@ -100,8 +100,7 @@
<div id="preview"></div> <div id="preview"></div>
</section> </section>
<footer> <footer></footer>
</footer>
</div> </div>
<script src="javascripts/scale.fix.js"></script> <script src="javascripts/scale.fix.js"></script>
<script src="javascripts/showdown.min.js"></script> <script src="javascripts/showdown.min.js"></script>