Move upload to a seperate page #1

Merged
n merged 4 commits from seperate-upload-page into main 2025-02-02 20:57:27 -06:00
Showing only changes of commit d7a54202b3 - Show all commits

View file

@ -82,7 +82,7 @@
<input type="file" accept="image/*" name="image" id="image" placeholder="the image" required />
<br />
<button onclick="history.back()">Back</button>
<button type="post">Post</button>
</form>
</div>