UI remake

This commit is contained in:
Michał Gdula 2022-07-21 19:42:03 +01:00
parent 360a07a67b
commit 7077c44e84
9 changed files with 105 additions and 74 deletions

View file

@ -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") {