phasm/examples/index.html
Johan B.W. de Vries b28df7fa74 Fix: Could not both export and use function
Added HTML pages for fib example
2022-06-24 18:52:43 +02:00

12 lines
142 B
HTML

<html>
<head>
<title>Examples</title>
</head>
<body>
<h1>Examples</h1>
<ul>
<li><a href="fib.html">Fibonacci</a></li>
</ul>
</body>
</html>