aboutsummaryrefslogtreecommitdiffstats
path: root/templates/nhdl.html
blob: 9b619ef054672d4dc99a30ff33089e471d1ba26f (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}