aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-09-09 13:36:22 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-09-09 13:36:22 +0200
commit1612eda6a02a08c7cbcf581e47899e9dfe3d883e (patch)
treebaa99045f424f429cfef8045ceba4b12cce21fc8 /index.html
parent14f13172a7434ae488ba6205fab222c236350409 (diff)
downloadlagrange-playground-1612eda6a02a08c7cbcf581e47899e9dfe3d883e.tar.xz
Add code
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a5c554d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Lagrange Playground</title>
+ <script defer src="init.js"></script>
+ </head>
+ <body>
+ <canvas style="position: fixed; top: 0px; left: 0px"></canvas>
+ </body>
+</html>