mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-01-31 02:53:36 +00:00
9 lines
299 B
Text
9 lines
299 B
Text
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!!!!
|