mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-12 16:23:06 +00:00
Rae from website
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
453a143bfa
commit
a3e6df6ce8
13 changed files with 691 additions and 35 deletions
9
views/confirm.pug
Normal file
9
views/confirm.pug
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends site.pug
|
||||
|
||||
block content
|
||||
form(action=url, method="post")
|
||||
for [k, v] of Object.entries(body)
|
||||
input(type="text", name=k, value=v, hidden)
|
||||
p Sure you want to do this??
|
||||
button(name="confirm", value="y") Yes
|
||||
button(onclick="history.back();") NO!!!!
|
Loading…
Add table
Add a link
Reference in a new issue