13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
import Widget from require "lapis.html"
|
|
|
|
class LoggedOut extends Widget
|
|
content: =>
|
|
p "This introduction will be written soon(TM)."
|
|
p ->
|
|
text "For now, forward any questions or ideas to "
|
|
a href: "https://twitter.com/Guard13007", "@Guard13007"
|
|
text " on Twitter."
|
|
p ->
|
|
text "Or email me: "
|
|
a href: "mailto:paul.liverman.iii@gmail.com", "paul.liverman.iii@gmail.com"
|