Files
GarageServer.IO/example/views/layout.jade
T
Jeremiah Billmann fda56a0e75 Fixed client path
2013-05-19 15:46:26 -04:00

9 lines
201 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')
body
block content