diff options
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 }} |