2018-11-27 14:35:32 +00:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>SQL Injection</title>
|
2018-11-29 16:57:58 +00:00
|
|
|
<link rel="shortcut icon" href="../Resources/hmbct.png" />
|
2018-11-27 14:35:32 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<link rel="stylesheet" href="../Resources/button.css">
|
|
|
|
<div style="background-color:#afafaf;padding:15px;border-radius:20px 20px 0px 0px;">
|
|
|
|
<p align="center" style="font-family:'Georgia';font-size:200%">SQL Injection</p>
|
|
|
|
</div>
|
|
|
|
<div class="button" style="background-color:#c9c9c9;padding:15px;border-radius:0px 0px 20px 20px;">
|
|
|
|
<button class="button" type="button" name="homeB" onclick="location.href='../homepage.html';">Home</button>
|
2018-11-29 13:59:05 +00:00
|
|
|
<button class="button" type="button" name="sql1_button" onclick="location.href='sql1.php';">SQL Injection Level 1</button>
|
|
|
|
<button class="button" type="button" name="sql2_button" onclick="location.href='sql2.php';">SQL Injection Level 2</button>
|
|
|
|
<button class="button" type="button" name="sql3_button" onclick="location.href='sql3.php';">SQL Injection Level 3</button>
|
|
|
|
<button class="button" type="button" name="sql4_button" onclick="location.href='sql4.php';">SQL Injection Level 4</button>
|
|
|
|
<button class="button" type="button" name="sql5_button" onclick="location.href='sql5.php';">SQL Injection Level 5</button>
|
2018-11-29 20:56:08 +00:00
|
|
|
<button class="button" type="button" name="sql6_button" onclick="location.href='sql6.php';">SQL Injection Level 6</button>
|
2018-11-27 14:35:32 +00:00
|
|
|
</div>
|
|
|
|
</link>
|
|
|
|
<img src="../Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
|
2018-11-27 14:40:26 +00:00
|
|
|
<img src="../Resources/gazicyber.jpg" align="right" style="width:15%" alt="GaziCyber">
|
2018-11-27 14:35:32 +00:00
|
|
|
</body>
|
|
|
|
</html>
|