You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whooshy/views/riddle.pug

11 lines
392 B
Plaintext

html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(type='text/javascript', src='/javascripts/riddle-web.js')
body
h1 Riddle Reddit downloader
input(type='text' placeholder='subreddit' id='subreddit-input')
button(id='submit-download' onclick='submitDownload()') Download
div(id='download-list')