Files
GarageServer.IO/example/views/layout.jade
T
Jeremiah Billmann 0193ce27a1 Progress...
2013-05-17 21:23:53 -04:00

9 lines
208 B
Plaintext

doctype 5
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/socket.io/socket.io.js')
script(src='/client/garageserver.io.js')
body
block content