mirror of
https://github.com/believethehype/nostdress.git
synced 2026-07-21 21:48:10 -07:00
114 lines
1.4 KiB
HTML
114 lines
1.4 KiB
HTML
<!doctype html>
|
|
|
|
<style>
|
|
main {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
form {
|
|
display: block;
|
|
padding: 20px;
|
|
margin: 20px;
|
|
border: dotted 2px grey;
|
|
}
|
|
label {
|
|
display: block;
|
|
}
|
|
</style>
|
|
|
|
<form action=/grab method=post>
|
|
<label>
|
|
kind
|
|
<input readonly name=kind value=lnd>
|
|
</label>
|
|
|
|
<label>
|
|
desired username
|
|
<input name=name>
|
|
</label>
|
|
|
|
<label>
|
|
host
|
|
<input name=host>
|
|
</label>
|
|
|
|
<label>
|
|
macaroon
|
|
<input name=key>
|
|
</label>
|
|
|
|
<button>submit</button>
|
|
</form>
|
|
|
|
<form action=/grab method=post>
|
|
<label>
|
|
kind
|
|
<input readonly name=kind value=sparko>
|
|
</label>
|
|
|
|
<label>
|
|
desired username
|
|
<input name=name>
|
|
</label>
|
|
|
|
<label>
|
|
host
|
|
<input name=host>
|
|
</label>
|
|
|
|
<label>
|
|
key
|
|
<input name=key>
|
|
</label>
|
|
|
|
<button>submit</button>
|
|
</form>
|
|
|
|
<form action=/grab method=post>
|
|
<label>
|
|
kind
|
|
<input readonly name=kind value=lnbits>
|
|
</label>
|
|
|
|
<label>
|
|
desired username
|
|
<input name=name>
|
|
</label>
|
|
|
|
<label>
|
|
host
|
|
<input name=host>
|
|
</label>
|
|
|
|
<label>
|
|
key
|
|
<input name=key>
|
|
</label>
|
|
|
|
<button>submit</button>
|
|
</form>
|
|
|
|
<form action=/grab method=post>
|
|
<label>
|
|
kind
|
|
<input readonly name=kind value=lnpay>
|
|
</label>
|
|
|
|
<label>
|
|
desired username
|
|
<input name=name>
|
|
</label>
|
|
|
|
<label>
|
|
pak
|
|
<input name=pak>
|
|
</label>
|
|
|
|
<label>
|
|
waki
|
|
<input name=waki>
|
|
</label>
|
|
|
|
<button>submit</button>
|
|
</form>
|