[wip] factoring vdk out into several packages
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user