Files
GarageServer.IO/example/views/layout.jade
T
2013-07-09 21:23:48 -04:00

14 lines
407 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/gameloop.js')
script(src='core.js')
script(src='/javascripts/game.js')
body
block content