<!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>Gemooy</title>
<style>
#canvas_viewport {
width: 420px; height: 420px; overflow: scroll; border: 1px solid black;
}
#info {
float: right;
}
</style>
</head>
<body>
<p id="info">
Gemooy on:
<a href="http://catseye.tc/node/Gemooy">catseye.tc</a> |
<a href="https://codeberg.org/catseye/Gemooy">codeberg</a> |
<a href="http://esolangs.org/wiki/Gemooy">esolangs wiki</a>
</p>
<h1>Gemooy</h1>
<div id="container"></div>
</body>
<script src="../src/gemooy-launcher.js"></script>
<script src="../eg/index.js"></script>
<script>
launch('../src/', 'container');
</script>