2024.js/island.html

12 lines
202 B
HTML

<html>
<head>
<title>ProcGen Island</title>
</head>
<body>
<script src="js/island.js"></script>
<script>
document.body.append(...IslandApplet());
</script>
</body>
</html>