Skip to content

glfeng318/shtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shtml

rendering HTML in chezscheme

(:html '("lang" "en")
  (:meta '("http-equiv" "Content-Type" "content" "charset=utf-8"))
  (:title "chez-nng web")
  (:link '("href" "http://fonts.googleapis.com/icon?family=Material+Icons" "rel" "stylesheet"))
  (:script '("src" "https://cdn.jsdelivr.net/npm/@unocss/runtime"))
  (:link '("rel" "stylesheet" "href" "https://cdn.jsdelivr.net/npm/@unocss/reset/normalize.min.css"))
  (:body
    (:div '("class" "bg-red-500")
      (:div "a")
      (:div "b"))
    (:script "console.log('hello scheme')")
    ))

About

rendering HTML in chezscheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages