Add a back button

This commit is contained in:
nyx 2025-02-02 20:56:54 -06:00
parent d9ceca8b77
commit d7a54202b3

View file

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