diff options
Diffstat (limited to 'templates/index.htm')
| -rw-r--r-- | templates/index.htm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.htm b/templates/index.htm index 3183b52..eed31f3 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -8,6 +8,10 @@ <input type="hidden" placeholder="Enter front end" name="front-end" value="tmtu"> <button type="submit">tmtu-mode</button> </form> +<nav> + <a href="/">Bots</a> + <a href="/docs/api">API</a> +</nav> <ul> {% for bot in bots %} |
