Files
GarageServer.IO/example/views/layout.jade
T
Jeremiah Billmann 4b99023ce1 Corrected doctype
2015-05-16 15:17:35 -05:00

14 lines
410 B
Plaintext

doctype html
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