* move stuff in here * reorganizing because zx needs to feel special * add base58/base64 explainer draft
24 lines
602 B
HTML
24 lines
602 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="./style.css">
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<a href="/">Home</a>
|
|
<ul><li><b>Examples</b></li></ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<h1>Sidekick Examples</h1>
|
|
<ol>
|
|
<li><a href="./examples_html/hello.html">Hello world</a></li>
|
|
<li><a href="./examples_html/do_a_transfer.html">Do a transfer</a></li>
|
|
<li><a href="./examples_html/ide.html">Sophia IDE</a></li>
|
|
<li><a href="./examples_html/maerket.html">(NYI) Maerket</a></li>
|
|
</ol>
|
|
</body>
|
|
</html>
|