blob: 3df1539a4c3d6f5f272a121f8cb06ac169bcd8bd (
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
27
|
<!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>
<aside id="settings">
<h1>Settings</h1>
</aside>
<canvas id="lissajous"></canvas>
</main>
<footer>
<p><a href="https://r.bdr.sh">rbdr</a> · Press shift, or tap with 3 fingers for π mode.</p>
</footer>
</body>
</html>
|