Update fileupl.html
This commit is contained in:
parent
db1f7598c3
commit
bae13100d0
|
@ -11,9 +11,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="button" style="background-color:#c9c9c9;padding:15px;border-radius:0px 0px 20px 20px;">
|
<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="homeB" onclick="location.href='../homepage.html';">Home</button>
|
||||||
<button class="button" type="button" name="Button1" onclick="location.href='lvl1.php';">File Upload Level 1</button>
|
<button class="button" type="button" name="Button1" onclick="location.href='fileupload1.php';">File Upload Level 1</button>
|
||||||
<button class="button" type="button" name="Button2" onclick="location.href='lvl2.php';">File Upload Level 2</button>
|
<button class="button" type="button" name="Button2" onclick="location.href='fileupload2.php';">File Upload Level 2</button>
|
||||||
<button class="button" type="button" name="Button3" onclick="location.href='lvl3.php';">File Upload Level 3</button>
|
<button class="button" type="button" name="Button3" onclick="location.href='fileupload3.php';">File Upload Level 3</button>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user