livedj-app/views/layout.pug
2023-08-03 19:20:27 +02:00

11 lines
249 B
Plaintext
Executable File

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
meta(charset="UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1")
body
block content
script(src="/web.js")