doctype html
html(lang="en")
head
title scrumblr
body
h1 scrumblr by aliasaria
div.board-outline
div#board
div#board-doodles
table#board-table.board-table
tr
td
h1.home scrumblr.
form.home(onsubmit="return go();")
label name your new board:
br
input.text(type="text", name="name")
a#go(onclick="return go();") go.
p.home example board:
p.home!= '' + locals.url + '/demo'
p.home.small sourcecode at github
div.stickers
div.sticker#sticker-red
div.sticker#sticker-blue
div.sticker#sticker-yellow
div.sticker#sticker-green
br
div.sticker#sticker-pink
div.sticker#sticker-lightblue
div.sticker#sticker-orange
div.sticker#sticker-purple
br
div.sticker#sticker-gold
div.sticker#sticker-bluestar
div.sticker#sticker-silverstar
div.sticker#sticker-redstar
//display # of active users here
div.active-connections= "connections: " + connected
//