From 4b8a31847e0a5dd3f5016b73355cb033333c680f Mon Sep 17 00:00:00 2001 From: Mitsuo Makuda Date: Mon, 31 Oct 2022 00:15:41 +0000 Subject: [PATCH] Creation of the basic template This basic template only includes the HTML, HEAD & BODY tags Signed-off-by: Mitsuo Makuda --- www/template.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/template.html diff --git a/www/template.html b/www/template.html new file mode 100644 index 0000000..09fe6be --- /dev/null +++ b/www/template.html @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file