From 3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 24 Nov 2020 12:10:40 +0100 Subject: Fixing templating (without ejs) --- utils/minesweeper/index.template.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 utils/minesweeper/index.template.html (limited to 'utils/minesweeper/index.template.html') diff --git a/utils/minesweeper/index.template.html b/utils/minesweeper/index.template.html new file mode 100644 index 0000000..bf1ea4d --- /dev/null +++ b/utils/minesweeper/index.template.html @@ -0,0 +1,29 @@ +

minesweeper

+ + + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
-- cgit