loop/views/index.pug

9 lines
160 B
Plaintext

html
head
title= title
link(rel="stylesheet", href="style.css")
body
h1= message
script(src="socket.io.min.js")
script(src="front.js")