aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-05-06 22:28:48 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-05-06 22:28:48 +0200
commit5f6ef99eae91f53239f08143cead1249893fef81 (patch)
treefac495ea31140060ccd0b916897bbd7adf72fc2f /index.html
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6c7faf5
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>