aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2025-11-14 18:10:49 +0100
committerKaran Jayachandra <me@karanj.com>2025-11-14 18:10:49 +0100
commit202cf761e5162720f25521a75ae7cd6a4e0e5456 (patch)
tree0e57324bc72629cba3ed817b3439780f6959e509 /app/templates/index.j2
parent90390365bd93a4ee086c2931bb70ffa571a726b9 (diff)
parent56eb065a8165b3f508a35734adbb00c76bee012a (diff)
Merge branch 'develop' into 'main'
Develop See merge request KaranJayachandra/match_up!21
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>