aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-06-19 20:10:42 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2021-06-19 20:10:42 +0100
commit54a926ccd5932bfbdffb4dfd44f375e8410c2bb5 (patch)
tree15a040060ab2260fcb78b043c0557969008f6d77 /templates
parent503cf319175266050609f3c935e8eed2d501e70e (diff)
downloadeda.gay-54a926ccd5932bfbdffb4dfd44f375e8410c2bb5.tar.gz
eda.gay-54a926ccd5932bfbdffb4dfd44f375e8410c2bb5.zip
interstital commit
Diffstat (limited to 'templates')
-rw-r--r--templates/nhdl.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/nhdl.html b/templates/nhdl.html
new file mode 100644
index 0000000..9b619ef
--- /dev/null
+++ b/templates/nhdl.html
@@ -0,0 +1,12 @@
+{% extends "template.html" %}
+{% block content %}
+ <form action="/nhdlredirect" method="POST">
+ <input type="radio" name="domain" value="nhentai" id="nhentai">
+ <label for="nhentai">nHentai.net number:</label>
+ <input type="text" id="number_input" name="number_input"><br>
+ <input type="radio" name="domain" value="other" id="other">
+ <label for="other">Use full URL:</label>
+ <input type="text" id="url_input" name="url_input"><br><br>
+ <input type="submit" value="Download">
+ </form>
+{% endblock %} \ No newline at end of file