dbot/views/flashy/flashy.jade
2014-02-02 05:19:48 +00:00

12 lines
256 B
Plaintext

!!! 5
html(lang='en')
head
meta(charset='utf-8')
link(rel='stylesheet', type='text/css', href='/flash.css')
title #{name} web interface
body
div.container
blink [
span.flash(style='color: #'+colour+';') #{text}
]