mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
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}
|
|
span ]
|