Cassettea-api-node/views/index.pug
stickyPiston af97ee82d7 🐛 Fixed some minor bugs
Some directories were pointed wrong.
2019-09-19 08:06:21 +02:00

10 lines
187 B
Plaintext

extends layout
block content
h1= title
p Welcome to #{title}
form(action="download" method="get")
label(for="url")
input(name="url" type="text")
input(type="submit")