Skeleton for pixelflood

This commit is contained in:
Tangent 2024-02-03 15:36:29 -05:00
parent b04ba4e622
commit 497731f62b
2 changed files with 56 additions and 0 deletions

11
pixelflood.html Normal file
View file

@ -0,0 +1,11 @@
<html>
<head>
<title>Pixelflood Art</title>
</head>
<body>
<script src="js/pixelflood.js"></script>
<script>
document.body.append(...PixelfloodApplet());
</script>
</body>
</html>