From e298a263223d9b08f9d566c2038b0689506e967d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 03:01:41 +0100 Subject: Vue basic setup and timezone picker component --- client/public/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 client/public/index.html (limited to 'client/public/index.html') diff --git a/client/public/index.html b/client/public/index.html new file mode 100644 index 0000000..4123528 --- /dev/null +++ b/client/public/index.html @@ -0,0 +1,17 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +
+ + + -- cgit v1.2.1