From ac5a285ed42859d70c7b84a7b6861b6cb826d6ad Mon Sep 17 00:00:00 2001 From: raphael Date: Wed, 27 Nov 2024 14:01:39 +0100 Subject: [PATCH] feat: add HTML and JSON template --- index.html.template => templates/index.html.template | 0 leaderboard.json => templates/leaderboard.json.template | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename index.html.template => templates/index.html.template (100%) rename leaderboard.json => templates/leaderboard.json.template (100%) diff --git a/index.html.template b/templates/index.html.template similarity index 100% rename from index.html.template rename to templates/index.html.template diff --git a/leaderboard.json b/templates/leaderboard.json.template similarity index 100% rename from leaderboard.json rename to templates/leaderboard.json.template