11 lines
223 B
Text
11 lines
223 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='index.min.js')
|
||
|
body
|
||
|
h1 Hello World!
|