fHDHR_STIRR/fHDHR_web/templates/tools.html
deathbybandaid 815e3fcfd3 test
2020-12-16 14:53:27 -05:00

13 lines
392 B
HTML

{% extends "base.html" %}
{% block content %}
<h4 style="text-align: center;">{{ fhdhr.config.dict["fhdhr"]["friendlyname"] }} Tools</h4>
<form method="post" action="/api/tools?method=prettyjson&redirect=%2Ftools">
<a data-th="URL"><input type="text" name="url" value=""></a>
<a data-th="Convert"><input type="submit" value="Convert"></a>
</form>
{% endblock %}