app avatar

This commit is contained in:
shocknet-justin 2025-10-08 23:31:15 -04:00
parent e4d9eae241
commit 0afe29b99b
12 changed files with 139 additions and 48 deletions

View file

@ -19,7 +19,7 @@
<body>
<header>
<img src="img/pub_logo.png" width="38px" height="auto" alt="Lightning Pub logo" />
<img src="img/LightningPub.png" height="33px" alt="Lightning Pub logo" />
<img src="img/LightningPub.png" height="26px" alt="Lightning Pub logo" />
</header>
<main>
@ -43,6 +43,11 @@
<input type="text" placeholder="wss://relay.lightning.pub" style="width: 100%" id="relayUrl" />
</div>
<div class="input-group" style="margin-top: 20px">
<span>Avatar URL (shown in wallet):</span>
<input type="text" placeholder="https://example.com/avatar.png" style="width: 100%" id="avatarUrl" />
</div>
<div class="checkbox" style="margin-top: 12px">
<input type="checkbox" id="customCheckbox" />
<div class="checkbox-shape"></div>