Update sqlmainpage.html

This commit is contained in:
Fatih Çelik 2018-11-28 04:03:17 +06:00 committed by GitHub
parent 7cb1a35711
commit 7c73b7d83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,9 @@
<button class="button" type="button" name="homeB" onclick="location.href='../homepage.html';">Home</button>
<button class="button" type="button" name="comex1Button" onclick="location.href='sql1.php';">SQL Injection Level 1</button>
<button class="button" type="button" name="comex2Button" onclick="location.href='sql2.php';">SQL Injection Level 2</button>
<button class="button" type="button" name="comex3Button" onclick="location.href='sq3.php';">SQL Injection Level 3</button>
<button class="button" type="button" name="comex3Button" onclick="location.href='sql3.php';">SQL Injection Level 3</button>
<button class="button" type="button" name="comex3Button" onclick="location.href='sql4.php';">SQL Injection Level 4</button>
<button class="button" type="button" name="comex3Button" onclick="location.href='sql5.php';">SQL Injection Level 5</button>
</div>
</link>
<img src="../Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">