solved Lab

This commit is contained in:
schrom01
2022-12-21 20:45:47 +01:00
commit 59bac579b4
435 changed files with 63086 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<body id="app">
<script src="public/render-sjdon.js"></script>
<script>
const element =
["div", {style: "background: salmon"},
["h1", "Hello World"],
["h2", {style: "text-align:right"}, "from our library"] ]
let appRoot = document.getElementById("app")
renderSJDON(element, appRoot)
</script>
</body>