From 06e3827589771da31bf033d304da4ba3a40c9cde Mon Sep 17 00:00:00 2001 From: Andy Thompson Date: Fri, 11 Feb 2022 01:01:48 +0000 Subject: :construction: Begin experimenting with html/dom api. --- src/js/test.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/js/test.js (limited to 'src/js/test.js') diff --git a/src/js/test.js b/src/js/test.js new file mode 100644 index 0000000..ef7923a --- /dev/null +++ b/src/js/test.js @@ -0,0 +1,5 @@ +import * as Lustre from 'lustre/test.mjs' + +document.documentElement.append( + Lustre.html_test() +) \ No newline at end of file -- cgit v1.2.3