index.jade 775 B

12345678910111213141516171819
  1. extends layout
  2. block content
  3. script(type='text/javascript', src='/javascripts/start.js')
  4. h1.knight
  5. h2 Reti Chess
  6. p.margin-fifty.center A lightweight real-time chess app built in Node.js, Express framework and Socket.IO
  7. div#form
  8. form#create_form(action='#', method='post')
  9. input#game_link.game_link(type='text', readonly, value='', value='Game link will be generated here.')
  10. input.button#play(type='button', value='Play')
  11. p#waiting Waiting for opponent to connect.
  12. p.center Click the button play to create a game. Send the link to your friend. Once the link is opened in your friend's browser, game should begin shortly. Colours are picked randomly by computer.
  13. p.center
  14. a(href='/about', class='alpha') Read more about Reti Chess