dbot/views/flashy/flashy.jade

12 lines
260 B
Plaintext
Raw Normal View History

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