diff options
| author | Jokler <jokler@protonmail.com> | 2020-02-09 22:19:38 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-02-22 23:20:10 +0100 |
| commit | 1e0fb0a8fab5c9f2f8a58c2637830522863ef04f (patch) | |
| tree | bfad95020178250e59f6fbb05caecb6712343e60 /templates/index.htm | |
| parent | 2273403d5f7c0e8994d7cefcfe641475e76f1d87 (diff) | |
| download | pokebot-1e0fb0a8fab5c9f2f8a58c2637830522863ef04f.tar.gz pokebot-1e0fb0a8fab5c9f2f8a58c2637830522863ef04f.zip | |
Webserver: Add API documentation and basic css
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 %} |
