aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 6c7faf599bc18ee33120201ccbc5ba58ef7ed6a7 (plain)
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>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="author" content="Rubén Beltrán del Río">
    <meta name="description" content="Draw shapes.">
    <meta name="theme-color" content="#000000">

    <title>lissajous</title>

    <link rel="stylesheet" type="text/css" href="/style.css">

    <script type="module" src="/lib/main.js"></script>
  </head>
  <body>
    <main>
      <canvas id="lissajous"></canvas>
    </main>
  </body>
</html>