Gunslingor
03/15/2020, 7:38 PMcall.respondHtml {
head {
title { +"Async World" }
script {
attributes["type"]=ScriptType.textJavaScript
attributes["src"]="resource/three.min.js"
}
}
body {
h1 {
attributes["id"]="title"
classes = setOf("test")
+"Title"
}
div{
+"Testing Mode: $testing"
}
}
}
Gunslingor
03/15/2020, 8:16 PM