8 lines
165 B
Text
8 lines
165 B
Text
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
link(rel="stylesheet", href="/stylesheets/style.css")
|
|
body
|
|
block content
|
|
script(src="/socket.io/socket.io.js")
|