From b679c6c2e28621ca6810bcdd14ef7a5db0236a6b Mon Sep 17 00:00:00 2001
From: JJ <nicetry@noemail.com>
Date: Fri, 21 Mar 2025 13:45:32 +0000
Subject: chess page

---
 layouts/page/chess.html | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 layouts/page/chess.html

(limited to 'layouts/page/chess.html')

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 }}
-- 
cgit v1.2.3