web-stack-project/examples/helloworld/main.bong
2023-01-17 01:21:19 +01:00

19 lines
308 B
Plaintext

page {
text.title {
"hello world"
}
input#answer {
placeholder="answer"
}
// text { "hello world" }
/*
input#non_answer {
placeholder="non answer"
}
*/
button#submit {
"submit"
}
text { "hello world" }; text { "hello world" }
}