Files
libhalo/web/examples/index.html

27 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<!--
LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.
Copyright by Arx Research, Inc., a Delaware corporation
License: MIT
-->
<title>LibHaLo Demos</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
</head>
<body>
<div class="container mt-3 mb-5">
<h1>LibHaLo Demos</h1>
<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>
<li><a href="compatible.html">compatible.html - Simple signing demo (compatibility with earlier tag batches)</a></li>
<li><a href="gateway_requestor.html">gateway_requestor.html - Executing commands through HaLo Gateway</a></li>
</ul>
</div>
</body>
</html>