summaryrefslogtreecommitdiff
path: root/demos/random-attractors/index.html
blob: 2dc0df99bd2c37358d6c560a92f0bdea65330500 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>s1nical - Random Attractors</title>
        <script src="/demos/random-attractors/main.js"></script>
        <style>
            html, body {
                margin: 0;
                height: 100vh;
                overflow: hidden;
            }
            canvas {
                background: #000;
            }

        </style>
    </head>
    <body>
        <canvas id="canvas"></canvas>
    </body>
</html>