How do you get images to work? I have this ``` div...
# kweb
b
How do you get images to work? I have this
Copy code
div(s.image).new {
    input(type = InputType.image, attributes = mapOf(Pair("src", "self.jpg")))
}
Then I compile it, put the image in the directory where the .jar is, and run it