local h = require('html')
h.import() -- import default tags
h.import 'canvas' -- or h.import { 'canvas', ... } import custom tags
local data = html {
head {
title 'title'
},
body {
div {
'content',
a { href = '/link/to' },
canvas { attr = 'value' }
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
jintwo/sshb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Stupid simple HTML builder in LUA
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published