mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-10 20:33:12 +00:00
UI remake
This commit is contained in:
parent
360a07a67b
commit
7077c44e84
9 changed files with 105 additions and 74 deletions
|
@ -11,9 +11,10 @@
|
|||
<?php include('ui/header.php'); ?>
|
||||
|
||||
<div class="upload-root">
|
||||
<form method="POST" action="upload.php" enctype="multipart/form-data">
|
||||
<input class="btn" type="file" name="image" placeholder="select image UwU">
|
||||
<button class="btn" type="submit" name="upload">Upload Image</button>
|
||||
<form class="flex-left between" method="POST" action="upload.php" enctype="multipart/form-data">
|
||||
<input class="btn alert-default" type="file" name="image" placeholder="select image UwU">
|
||||
<hr class="space-small">
|
||||
<button class="btn alert-default" type="submit" name="upload">Upload Image</button>
|
||||
</form>
|
||||
<?php
|
||||
if ($_GET["r"] == "success") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue