git @ Cat's Eye Technologies Equipage / master demo / equipage.html
master

Tree @master (Download .tar.gz)

equipage.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>Equipage interpreter</title>
</head>
<body>

<h1>Equipage interpreter</h1>

<p>(Language.Equipage 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="equipage.js"></script>
<script>
launch({
    container: document.getElementById('installation'),
    initialOption: "simple-stack.equipage"
});
</script>
</body>