9 lines
202 B
Text
9 lines
202 B
Text
doctype html
|
|
html
|
|
head
|
|
title Crafty Things
|
|
link(rel='stylesheet', href='style.css')
|
|
script(src='/socket.io/socket.io.js')
|
|
script(src='lib.min.js')
|
|
script(src='game.min.js')
|
|
body
|