1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
letu/views/layout.pug

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