We have the simple HTML page:
call.respondHtml(HttpStatusCode.OK) {
head {
link(rel = "stylesheet", href = "/style.css")
}
body {
h1("greeting1") {
+"Hello css1"
}
h2("greeting2") {
+"Hello css2"
}
}
}
}
Write the /style.css handler code which sets the following styles: