Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit 532fefe

Browse files
authored
Update index.html
1 parent 837b5ca commit 532fefe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: public/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
</head>
99
<body>
1010
<div id="wallet-interface">
11-
<!-- Add interface elements here -->
11+
<div id="wallet-interface">
12+
<button id="lightning-pay">Pay with Lightning</button>
13+
<button id="rgb-asset">RGB asset</button>
14+
</div>
15+
16+
<script src="main.js"></script>
1217
</div>
1318

1419
<script src="main.js"></script>

0 commit comments

Comments
 (0)