aboutsummaryrefslogtreecommitdiffstats
path: root/templates/nhdl.jinja
blob: 670211345482b81670a9220f7450fe4ee9b830be (plain)
1
2
3
4
5
6
7
8
{% extends "template.html" %}
{% 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 %}