Adding setup.php button to our homepage.html

This commit is contained in:
OguzTozkoparan 2018-11-30 02:12:02 +03:00 committed by GitHub
parent 2711fe0c9c
commit f2497b111d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
<button class="button" type="button" name="_button" onclick="location.href='XSS/xssmainpage.html';">XSS</button>
<button class="button" type="button" name="_button" onclick="location.href='FileInclusion/pages/fileinc.html';">File Inclusion</button>
<button class="button" type="button" name="_button" onclick="location.href='FileUpload/fileupl.html';">File Upload</button>
<button class="button" type="button" name="_button" onclick="location.href='setup.php';">SQL Setup</button>
</div>
<img src="Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
<img src="Resources/gazicyber.jpg" align="right" style="width:15%" alt="GaziCyber">