* move stuff in here * reorganizing because zx needs to feel special * add base58/base64 explainer draft
25 lines
455 B
HTML
25 lines
455 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../style.css">
|
|
<title>Sidekick Example: Maerket</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>
|
|
<a href="/">Home</a>
|
|
<ul>
|
|
<li><a href="../">Examples</a></li>
|
|
<ul><li><b>Maerket</b></li></ul>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<h1>Sidekick example: Maerket</h1>
|
|
|
|
<h2>NYI</h2>
|
|
</body>
|
|
</html>
|