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.
11 lines
392 B
Plaintext
11 lines
392 B
Plaintext
6 years ago
|
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')
|