aboutsummaryrefslogtreecommitdiffstats
path: root/templates/nhdl.jinja
blob: a4e4d563313e0832165c08e859be3c1787d7b7c9 (plain)
1
2
3
4
5
6
7
8
{% extends "template.jinja" %}
{% block content %}
    <form action="/nhdlredirect" method="POST">
        <label for="nhentai">nHentai.net number:</label>
        <input type="text" id="number_input" name="number_input"><br><br>
        <input type="submit" value="Download">
    </form>
{% endblock %}