SpotifyDisk-node/views/default.pug
2020-03-06 15:14:23 +00:00

12 lines
275 B
Plaintext

doctype html
html
head
title #{title}
link(rel='stylesheet', href='/css/style.css')
meta(name="viewport" content="width=device-width, initial-scale=1")
body
main
block header
header.header
h1 #{title}
block content