Files
GarageServer.IO/example/views/layout.jade
T
Jeremiah Billmann bc39634a78 Progress: client
2013-05-24 21:48:07 -04:00

12 lines
338 B
Plaintext

doctype 5
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/socket.io/socket.io.js')
script(src='/garageserver.io.js')
script(src='/javascripts/jquery-2.0.0.min.js')
script(src='/javascripts/keyboard.min.js')
script(src='/javascripts/game.js')
body
block content