diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 16:06:20 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 16:06:20 +0200 |
| commit | 63e1b52e1b76e136e6534949980d85ffe413f0c9 (patch) | |
| tree | a4f8e5745ad11be7e2f79740f3c590f4a67224a4 /app/templates/index.j2 | |
| parent | c041e74af8c69e8fb0680558e23dd7be542afcf6 (diff) | |
Working mobile and desktop version
Diffstat (limited to 'app/templates/index.j2')
| -rw-r--r-- | app/templates/index.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/index.j2 b/app/templates/index.j2 index 8a13fa0..af6ca4c 100644 --- a/app/templates/index.j2 +++ b/app/templates/index.j2 @@ -3,7 +3,7 @@ <html lang="en"> {{ header(url_for) }} <body> - <header class="container">{{ navbar(url_for) }}</header> + <header class="container">{{ navbar(url_for, login_status) }}</header> <main class="container"> <h2>Games</h2> <div hx-post="/clear" hx-swap="outerHTML" hx-trigger="load"></div> @@ -11,6 +11,6 @@ <div hx-get="/control" hx-swap="outerHTML" hx-trigger="load"></div> </main> <footer class="container">{{ footer() }}</footer> - <script defer src="{{ url_for('static', filename='custom.js') }}"></script> + <script src="{{ url_for('static', filename='timer.js') }}"></script> </body> </html> |
