Update fileinc.html

This commit is contained in:
Ramazan Emre Erkan 2018-11-30 02:45:28 +03:00 committed by GitHub
parent 085037eb9a
commit 9823021d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@
</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="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>
<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>
</div>
</link>