Admin interface
This commit is contained in:
15
admin/index.html
Normal file
15
admin/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<h1> Dodavanje slike novog artikla </h1>
|
||||
<p>
|
||||
<form action="upload.php" method="post" enctype="multipart/form-data">
|
||||
Izaberi sliku:
|
||||
<input type="file" name="fileToUpload" id="fileToUpload">
|
||||
<input type="submit" value="Uploaduj" name="submit">
|
||||
</form>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user