mirror of https://github.com/Trivernis/whooshy.git
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.
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
html
|
|
head
|
|
title= title
|
|
include includes/head.pug
|
|
script(type='text/javascript', src='/javascripts/riddle-web.js')
|
|
link(rel='stylesheet', href='/sass/riddle/style.sass')
|
|
body
|
|
h1 Riddle Reddit downloader
|
|
input(type='text' placeholder='subreddit' id='subreddit-input')
|
|
button(id='submit-download' onclick='submitDownload()') Download
|
|
div(id='download-list')
|