forked from GitHub/dbot
12 lines
260 B
Plaintext
12 lines
260 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
|
|
div.stamp [
|
|
span.flash(style='color: #'+colour+';') #{text}
|
|
]
|