loop/node-server/views/index.pug
2025-05-30 15:36:48 +02:00

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")