influx_stats/templates/index.html

12 lines
198 B
HTML

<html>
<head>
Influx Front-End
</head>
<body>
<form method="POST" action="/">
{{ form.name.label }} {{ form.name(size=20) }}
<input type="submit" value="Go">
</form>
</body>
</html>