Skip to content

Commit

Permalink
Add sample links
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind authored Nov 9, 2022
1 parent b4d8f78 commit 6a65508
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ <h2>Hello, world!</h2>
</q> for the XRP Ledger ecosystem.</span>
<br/>
Tech under the hood: OAuth2 Implicit PKCE flow for the Xumm platform and XRP Ledger ecosystem.
<b>Using nothing but simple client side Javascript: <a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/index.html" target="_blank">source</a>
<b>
Using nothing but simple client side Javascript:
<a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/index.html" target="_blank">source (this page)</a>
or
<a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/jsmodule.html" target="_blank">event based sample</a>
</b>.
</p>
<div class="text-end py-0 my-0">
Expand Down Expand Up @@ -53,7 +57,8 @@ <h2>Hello, world!</h2>

<div class="mt-5 pt-2 pb-2 border-top border-1 border-muted text-end">
<small>
<a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/index.html" target="_blank">Source on Github</a>
<a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/index.html" target="_blank">Source on Github (this page)</a>
<a href="https://github.com/XRPL-Labs/XummPkce/blob/main/sample/jsmodule.html" target="_blank">Minimal MJS Event based sample</a>
</small>
</div>
</div>
Expand Down Expand Up @@ -240,4 +245,4 @@ <h2>Hello, world!</h2>
}
</script>
</body>
</html>
</html>

0 comments on commit 6a65508

Please sign in to comment.