Skeleton for pixelflood
This commit is contained in:
parent
b04ba4e622
commit
497731f62b
2 changed files with 56 additions and 0 deletions
11
pixelflood.html
Normal file
11
pixelflood.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue