david/openvpnstatus
david
/
openvpnstatus
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
openvpnstatus/templates/form.html

11 lines
236 B
HTML

<!doctype html>
<title>Form</title>
<h1>Form</h1>
<h3>What is your name?</h3>
<form method=post action="form">
<input type=text name=textfield value="{{ test }}">
<input type=submit value=submit>
</form>
{% block body %}{% endblock %}