Add a back button
This commit is contained in:
parent
d9ceca8b77
commit
d7a54202b3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue