git @ Cat's Eye Technologies Pail / master demo / pail.html
master

Tree @master (Download .tar.gz)

pail.html @masterraw · history · blame

<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
For more information, please refer to <https://unlicense.org/>
SPDX-License-Identifier: Unlicense
-->
<head>
  <meta charset="utf-8">
  <title>Pail</title>
</head>
<body>

<h1>Pail</h1>

<p>(Pail.hs compiled to .js by <code>hastec</code>, running in HTML5 document)</p>

<div id="installation"></div>

<script src="../eg/examplePrograms.jsonp.js"></script>
<script src="hastec-launcher.js"></script>
<script src="pail.js"></script>
<script>
  launch({
    container: document.getElementById('installation'),
    initialOption: "apply-fun.pail"
  });
</script>
</body>