Create sqlmainpage.html
This commit is contained in:
parent
5dc0d4f6a7
commit
5273fb7bf1
22
SQL/sqlmainpage.html
Normal file
22
SQL/sqlmainpage.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SQL Injection</title>
|
||||
</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>
|
||||
<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>
|
||||
</div>
|
||||
</link>
|
||||
<img src="../Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
|
||||
<img src="../Resources/gazicyber.jpg" align="right" style="width:20%" alt="GaziCyber">
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user