doctype html
html(lang="fr")
head
link(rel="stylesheet" type="text/css" href="css/style.css")
link(rel="icon" type="image/png" href="/images/favicon.png")
title Post-it Colibris Outils Libres
body
div#colibris-menu
div.container
header.main-header
a(href="/", title="Retour à la page d'accueil")
img.logo(src="/images/logo-Post-it.svg", alt="logo Post-it")
div.base-line Organiser ses idées collectivement
main
div.board-outline
div#board
div#board-doodles
table#board-table.board-table
tr
td
form.home(onsubmit="return go();")
label Nommez votre nouveau tableau :
br
input.text(type="text", name="name")
a#go(onclick="return go();") Allons-y.
p.home Exemple :
p.home!= '' + locals.url + '/demo'
//display # of active users here
div.active-connections= "Connexions en cours : " + connected
div.credits Logiciel libre basé sur Framemo et Scrumblr
script(type="text/javascript", src="/home.js")