Vulnerable-Web-Application/FileInclusion/pages/fileinc.html

25 lines
1.4 KiB
HTML
Raw Normal View History

2018-11-29 19:08:15 +00:00
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="../../Resources/hmbct.png" />
<title> File Inclusion </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%">File Inclusion</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 23:45:28 +00:00
<button class="button" type="button" name="Button1" onclick="location.href='lvl1.php';">File Inclusion Level 1</button>
<button class="button" type="button" name="Button2" onclick="location.href='lvl2.php';">File Inclusion Level 2</button>
<button class="button" type="button" name="Button3" onclick="location.href='lvl3.php';">File Inclusion Level 3</button>
<button class="button" type="button" name="Button4" onclick="location.href='lvl4.php';">File Inclusion Level 4</button>
2018-11-29 19:08:15 +00:00
</div>
</link>
<img src="../../Resources/hmb.png" align="left" style="width:40%" alt="HummingbirdsCyberTeam">
<img src="../../Resources/gazicyber.jpg" align="right" style="width:15%" alt="GaziCyber">
</body>
2018-11-29 21:21:18 +00:00
</html>