doctype html
html
head
- if (typeof(title) !== 'undefined')
title #{title} | Chess-IO
- else
title Chess-IO
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='shortcut icon', href='/images/favicon.ico')
link(rel='stylesheet', href='/stylesheets/style.css')
script(type='text/javascript', src='/socket.io/socket.io.js')
block head
//if IE
script(src='http://html5shiv.googlecode.com/svn/trunk/html5.js')
body
#modal-mask
p
strong Esc:
| OK
br
strong Enter:
| OK
#modal-window
p#modal-message Message.
a#modal-ok.button(href='#') OK
#offer-mask
p
strong Esc:
| Decline
br
strong Enter:
| Accept
#offer-window
p#offer-message Offer.
a#offer-accept.button(href='#') Accept
a#offer-decline.button.button--red(href='#') Decline
#container_wrapper.clearfix
#container.clearfix
block content
script(type='text/javascript', src='/javascripts/jquery.js')
script(type='text/javascript', src='/javascripts/chess.js')
script(type='text/javascript', src='/javascripts/app.js')
block scripts