Skip to content

Commit

Permalink
Tweaked index.html to separate the list of examples into a set of tho…
Browse files Browse the repository at this point in the history
…se meant to be run on desktop and another set of those to be run on mobile.
  • Loading branch information
Maceeran committed Sep 13, 2024
1 parent abd57ee commit ebdc52c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/src.ts/web/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<body>
<div class="container mt-3 mb-5">
<h1>LibHaLo Demos</h1>
<br/>
<h4>Desktop-only:</h4>
<ul>
<li><a href="halo_bridge.html">halo_bridge.html - HaLo bridge demo</a></li>
</ul>
<h4>Mobile-only:</h4>
<ul>
<li><a href="demo.html">demo.html - HaLo Signing operations demo</a></li>
<li><a href="simple.html">simple.html - Simple signing demo</a></li>
Expand All @@ -27,7 +33,6 @@ <h1>LibHaLo Demos</h1>
<li><a href="key_backup.html">key_backup.html - Key backup demo</a></li>
<li><a href="get_data_struct.html">get_data_struct.html - Retrieve data demo</a></li>
<li><a href="get_key_info.html">get_key_info.html - Key slot information demo</a></li>
<li><a href="halo_bridge.html">halo_bridge.html - HaLo bridge demo</a></li>
</ul>
</div>
</body>
Expand Down

0 comments on commit ebdc52c

Please sign in to comment.