wip refacto
This commit is contained in:
parent
cf7fb776bd
commit
28071e585f
18 changed files with 2270 additions and 7587 deletions
20
views/home.pug
Normal file
20
views/home.pug
Normal file
|
@ -0,0 +1,20 @@
|
|||
extends layout
|
||||
block header
|
||||
div.connected= "Personnes en ligne : " + connected
|
||||
|
||||
block body
|
||||
main.container
|
||||
div.board-outline
|
||||
div#board
|
||||
div#board-doodles
|
||||
|
||||
table#board-table.board-table
|
||||
tr
|
||||
td
|
||||
form.home(onsubmit="return go();")
|
||||
label Créer/ouvrir un tableau intitulé :
|
||||
br
|
||||
input.text(type="text", name="name")
|
||||
a#go(onclick="return go();") OK
|
||||
p.home Exemple :
|
||||
p.home!= '<a href="//' + locals.url + '/demo">' + locals.url + '/demo</a>'
|
Loading…
Add table
Add a link
Reference in a new issue