8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
import Widget from require "lapis.html"
|
||
|
|
||
|
class Index extends Widget
|
||
|
content: =>
|
||
|
h1 class: "header", "Hello"
|
||
|
div class: "body", ->
|
||
|
text "Welcome to my site!"
|