Files
ledger-quicknote/index.html
2022-10-18 02:41:47 +08:00

15 lines
389 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ledger Quick Note</title>
</head>
<body>
<h1>Ledger Quick Note</h1>
<form action="/action" method="POST">
<label>Action: <input name="action" type="text"></label>
<label>Amount: <input name="amount" type="number"></label>
<input type="submit">
</form>
</body>
</html>