```fun main(args: Array<String>) { val s...
# kweb
b
Copy code
fun main(args: Array<String>) {
    val s = semantic
    Kweb(80, plugins = listOf(semanticUIPlugin), refreshPageOnHotswap = true) {
        doc.body.new {
            div(<http://s.ui.menu|s.ui.menu>).new {
                div(s.header.item).text("Blake Oliveira")
                a(attributes = s.item).text("Home")
                a(attributes = s.item).text("About Me")
            }
        }
    }
}
Code that causes it. The code you posted on reddit showing semantic UI also exhibits this behavior
i
Does one of your previous DOM screenshots show what the DOM looks like for this?