move stuff in here

This commit is contained in:
2022-10-05 02:35:43 -06:00
parent 5a6a6fb6c3
commit 822ffa6c94
77 changed files with 7943 additions and 0 deletions
@@ -0,0 +1,24 @@
<!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>