summaryrefslogtreecommitdiffstats
path: root/cells1/index.html
blob: 52311e780e498f7900f9fa43649c1bbe8cb5428e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html>
<head>
  <meta charset="utf-8">

  <title>cells1</title>

  <style>
    * { margin: 0; padding: 0; }
    body { font-family: sans-serif; }
  </style>

</head>
<body>

  <h1>cells1</h1>

<canvas></canvas>

<script src="request-animation-frame.js"></script>
<script src="cell.js"></script>
<script src="slider.js"></script>
<script src="demo.js"></script>

</body>
</html>