web-stack-project/examples/helloworld/main.bong

19 lines
308 B
Plaintext
Raw Permalink Normal View History

2023-01-17 00:21:19 +00:00
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" }
}