mech-html 0.1.0

HTML library for the Mech language
Documentation
1
2
3
4
5
6
7
8
Img Example
  #html/app = [
    root: "mech-root" 
    contains: [
      kind: "img" 
      src: "https://mech-lang.org/img/logo.png" 
    ]
  ]