diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 8351804..febacf1 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -103,6 +103,9 @@ <a href="/claudomator/" class="tab-button" title="Claudomator"> <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg> </a> + <a href="/scout/" class="tab-button" title="Scout"> + <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/></svg> + </a> </nav> </div> |
