Add comfirm page, add account and name parameter

This commit is contained in:
Wancat
2022-10-19 08:50:44 +08:00
parent 482c293dec
commit 268b488fea
7 changed files with 94 additions and 32 deletions

13
templates/new.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Ledger Quick Note</title>
</head>
<body>
<h1>Comfirm new Tx</h1>
<form action="/submit" method="POST">
<textarea name="tx" rows="15" cols="40">{{ .Tx }}</textarea><br>
<input type="submit">
</form>
</body>
</html>