tskredens/views/index.pug

8 lines
132 B
Plaintext
Raw Normal View History

2019-10-06 20:58:13 +02:00
html
head
title= title
body
h1= message
2019-10-06 23:53:59 +02:00
div#body
p I am a placeholder
script(src="/assets/main.bundle.js")