From a9f375be0c1c3f726785bd26c5eec7e74c5f82a3 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Fri, 7 Oct 2022 18:54:17 +0100 Subject: [PATCH] feat(*): Add markup --- src/template.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/template.html diff --git a/src/template.html b/src/template.html new file mode 100644 index 0000000..4584b0b --- /dev/null +++ b/src/template.html @@ -0,0 +1,18 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + +
+
+ + + + + \ No newline at end of file