diff options
Diffstat (limited to 'templates/index.htm')
| -rw-r--r-- | templates/index.htm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.htm b/templates/index.htm index 2584603..3183b52 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -4,6 +4,11 @@ {% block content %} <h1>Bots</h1> +<form action="/front-end" method="POST"> + <input type="hidden" placeholder="Enter front end" name="front-end" value="tmtu"> + <button type="submit">tmtu-mode</button> +</form> + <ul> {% for bot in bots %} <h2>{{ bot.name }}</h1> |
