From 725f60aba6ba0c88d8f5e839f3a84e6e5f775938 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 21 Mar 2026 16:42:51 -0400 Subject: [PATCH] Add initial HTML structure for the client application --- web/client/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 web/client/index.html diff --git a/web/client/index.html b/web/client/index.html new file mode 100644 index 0000000..d66ef57 --- /dev/null +++ b/web/client/index.html @@ -0,0 +1,15 @@ + + + + + + Inventory Manager + + + + + +
+ + +