aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-09 09:56:59 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-09 09:56:59 +0100
commit34d77cd777bd44d7bfe0e3ab3379f9be256ca88b (patch)
tree04fba9f8bb99ac8fa15a1048b0ee06cbfed7f25d /app/templates/index.j2
parent90390365bd93a4ee086c2931bb70ffa571a726b9 (diff)
Moved to javascript codebase
Diffstat (limited to 'app/templates/index.j2')
-rw-r--r--app/templates/index.j216
1 files changed, 0 insertions, 16 deletions
diff --git a/app/templates/index.j2 b/app/templates/index.j2
deleted file mode 100644
index af6ca4c..0000000
--- a/app/templates/index.j2
+++ /dev/null
@@ -1,16 +0,0 @@
-{% from "macros.j2" import header, footer, navbar %}
-<!doctype html>
-<html lang="en">
- {{ header(url_for) }}
- <body>
- <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>
- <h2>Controls</h2>
- <div hx-get="/control" hx-swap="outerHTML" hx-trigger="load"></div>
- </main>
- <footer class="container">{{ footer() }}</footer>
- <script src="{{ url_for('static', filename='timer.js') }}"></script>
- </body>
-</html>