From 7f216190e9157bf8019ce2076e9013b02a32d3b4 Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 08:27:11 +0100 Subject: [PATCH] [Message] Add initial HTML template for the frontend Introduced a basic `index.html` file for the Cluedo Sheet project. This file sets up the document structure and links the main JavaScript file for rendering. --- frontend/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/index.html diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..8710bf9 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,12 @@ + + + + + + Cluedo Sheet + + +
+ + +