mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-27 22:03:14 +00:00
Added edit page
This commit is contained in:
parent
acde68ac74
commit
5fee89d2e7
5 changed files with 47 additions and 14 deletions
|
@ -11,11 +11,10 @@
|
|||
<?php include("ui/header.php"); ?>
|
||||
|
||||
<div class="upload-root">
|
||||
<h2 class="space-bottom">Upload image</h2>
|
||||
<form class="flex-down between" method="POST" action="upload.php" enctype="multipart/form-data">
|
||||
<input class="btn alert-default" type="file" name="image" placeholder="select image UwU">
|
||||
<br class="space-bottom">
|
||||
<input class="btn alert-default" type="text" name="alt" placeholder="Description/Alt for image">
|
||||
<br class="space-bottom">
|
||||
<input class="btn alert-default space-bottom" type="file" name="image" placeholder="select image UwU">
|
||||
<input class="btn alert-default space-bottom" type="text" name="alt" placeholder="Description/Alt for image">
|
||||
<button class="btn alert-default" type="submit" name="upload">Upload Image</button>
|
||||
</form>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue