blob: 41167719367bc8653de0ef3dfb8f1b0145fa813b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|