scattering.js/index.html

16 lines
493 B
HTML
Raw Normal View History

2023-10-10 23:11:56 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
<script src="p5.min.js"></script>
<meta charset="utf-8">
</head>
<body>
This page and the associated code is GNU GPL v3.0 or later. This page is
distributed <b>WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</b> See the GNU
GPL for more details.
<script src="scattering.js"></script>
</body>
</html>