diff options
author | Emile <git@emile.space> | 2024-11-06 19:02:30 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-11-06 19:02:30 +0100 |
commit | 7898c82413fe3d8e0f554ae682c6598ec1c28a93 (patch) | |
tree | 49277fb53fd390f4cc645dfdc9c26a36e5676713 /templates/bots.html | |
parent | fbfee6c9d2d7bb6b40ed0defbc5a94d15182171f (diff) |
bot updates
Diffstat (limited to 'templates/bots.html')
-rw-r--r-- | templates/bots.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/bots.html b/templates/bots.html index 34fa0c2..70018dd 100644 --- a/templates/bots.html +++ b/templates/bots.html @@ -7,7 +7,11 @@ <span id="allbots"></span> <h1><a href="#allbots">All Bots</a></h1> - <table class="trhover"> + <table> + <tr> + <td>Bot</td> + <td>User</td> + <tr> {{ range $bot := .bots }} <tr> <td> |