fay-0.24.2.0: examples/calc.html
<!doctype html>
<html>
<head>
<title>Calc</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="calc.js"></script>
</script>
</head>
<body>
<h1>Calc</h1>
<p>A clone of <a href="http://trelford.com/PitCalculatorApp.htm">Pit's calculator app</a></p>
<p>JS generated by <a href="https://github.com/faylang/fay/wiki">Fay</a>, a Haskell
subset. <a href="https://github.com/faylang/fay/blob/master/examples/calc.hs">Source code</a></p>
</body>
</html>