summaryrefslogtreecommitdiffstats
path: root/bounds3/index.html
blob: c6b6e54a8f6228e2905f3419a200e889d86ee70a (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>bounds3</title>

  <style>
    * { margin: 0; padding: 0; }
  </style>

</head>
<body>

  <h1>bounds3</h1>

<canvas></canvas>

<p></p>

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

</body>
</html>