blob: 5ab62c2a9f8172037846147c9c843b6a041eca43 (
plain)
1
2
3
4
5
6
7
8
|
{% extends "template.html.j2" %}
{% 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 %}
|