Add files via upload

This commit is contained in:
Ramazan Emre Erkan 2018-11-30 01:39:54 +03:00 committed by GitHub
parent 3c225b0923
commit 1a765523f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
FileUpload/fileupl.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="../Resources/hmbct.png" />
<title> File Upload </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 Upload</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="Button1" onclick="location.href='lvl1.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="Button3" onclick="location.href='lvl3.php';">File Upload 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:15%" alt="GaziCyber">
</body>
</html>