Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 238 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 238 Bytes

CN12HTML

A port of j2html (https://github.com/tipsy/j2html) to work with Codename One

body().with(
            h1("Heading!").withClass("example"),
            img().withSrc("img/hello.png")
        ).render();