diff options
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 9c90570..2a07a32 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -308,6 +308,10 @@ </div> </div> + <div class="fixed bottom-0 right-0 p-2 text-[10px] text-white/20 pointer-events-none"> + {{.BuildVersion}} + </div> + <script src="/static/js/htmx.min.js"></script> <script src="/static/js/app.js"></script> </body> |
