Cassettea-api-node/views/index.pug

10 lines
188 B
Plaintext
Raw Normal View History

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