aboutsummaryrefslogtreecommitdiff
path: root/src/Main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.ml')
-rw-r--r--src/Main.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Main.ml b/src/Main.ml
new file mode 100644
index 0000000..bae9ee1
--- /dev/null
+++ b/src/Main.ml
@@ -0,0 +1,3 @@
+let () =
+ let main = Document.querySelectorUnsafe "body" in
+ Element.appendChild main (Map.render ())