local page = html {
head {
title {
"Yoben from lua!!!"
},
style {
h1 = {
"color: #fff;",
"font-family: Iosevka;",
"text-align: center;"
},
body = {
"background-color: #1e202a;"
}
}
},
body {
h1 {
"Some fat text"
},
button {
onclick = "alert(1);",
"Click me!"
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
bk20x/lua-htmlgen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Generate html declaratively in lua.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published