aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-12-23 11:51:23 +0000
committers-ol <s+removethis@s-ol.nu>2025-12-23 11:51:23 +0000
commit7e92ad7d537808379e993c01a81876b78a8bdfa2 (patch)
tree1098de6b015928b1c944dc4ba24921f1a390a021 /index.html
parentimport egui-snarl demo (diff)
downloadnodetoy-7e92ad7d537808379e993c01a81876b78a8bdfa2.tar.gz
nodetoy-7e92ad7d537808379e993c01a81876b78a8bdfa2.zip
add trunk for web deployment
Diffstat (limited to 'index.html')
-rw-r--r--index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c3c3854
--- /dev/null
+++ b/index.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <style type="text/css">
+ body {
+ overflow: hidden;
+ margin: 0 !important;
+ padding: 0 !important;
+ height: 100%;
+ width: 100%;
+ }
+ canvas {
+ margin-right: auto;
+ margin-left: auto;
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+ </style>
+
+</head>
+
+<body>
+ <canvas id="egui_snarl_demo"></canvas>
+</body>
+
+</html>