From e3947a73e5229aee211dc8c2d6f62221f7f3cc72 Mon Sep 17 00:00:00 2001 From: Charles 'XP' Xavier Date: Wed, 5 Mar 2025 02:03:16 +0100 Subject: [PATCH] Inital files created -> we no like empty repos :( --- README.md | 5 +++++ index.html | 3 +++ style.css | 1 + 3 files changed, 9 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 style.css diff --git a/README.md b/README.md new file mode 100644 index 0000000..d21c767 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +Inventory tool for D120 + +Planned: + Webinterface using SQL to map inventory + OAuth as Authenticator to restrict access diff --git a/index.html b/index.html new file mode 100644 index 0000000..b1c07be --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..9cf8d0f --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +#Style Sheet