diff options
author | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-21 13:45:32 +0000 |
commit | b679c6c2e28621ca6810bcdd14ef7a5db0236a6b (patch) | |
tree | 8ca164f4804ee1e8fb1ea106f4c1a45e5f094d7e /layouts/page/chess.html | |
parent | fa8ad82036fc8964f19dd38a9a2ef5acb1970f17 (diff) |
Diffstat (limited to 'layouts/page/chess.html')
-rw-r--r-- | layouts/page/chess.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/page/chess.html b/layouts/page/chess.html new file mode 100644 index 0000000..4b3fba1 --- /dev/null +++ b/layouts/page/chess.html @@ -0,0 +1,8 @@ +{{ define "main" }} +<p class="txt-right"> + *all data comes from <a href="https://lichess.org/api">Lichess</a> +</p> +<canvas id="rapidChart"></canvas> +<canvas id="blitzChart"></canvas> +<canvas id="bulletChart"></canvas> +{{ end }} |