diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-09 13:36:22 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-09 13:36:22 +0200 |
commit | 1612eda6a02a08c7cbcf581e47899e9dfe3d883e (patch) | |
tree | baa99045f424f429cfef8045ceba4b12cce21fc8 /index.html | |
parent | 14f13172a7434ae488ba6205fab222c236350409 (diff) | |
download | lagrange-playground-1612eda6a02a08c7cbcf581e47899e9dfe3d883e.tar.xz |
Add code
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
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> |