From b91f5394790a5dc3baf89cdfd6addca9ca0af6e3 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 9 Dec 2025 22:01:27 -0600 Subject: [PATCH] Add initial HTML structure and ApiService file --- index.html | 8 ++++++++ pages/testpage.html | 10 ++++++++++ services/ApiService.js | 0 3 files changed, 18 insertions(+) create mode 100644 index.html create mode 100644 pages/testpage.html create mode 100644 services/ApiService.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..c9a2143 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + + + + + +

+ + \ No newline at end of file diff --git a/pages/testpage.html b/pages/testpage.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/pages/testpage.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/services/ApiService.js b/services/ApiService.js new file mode 100644 index 0000000..e69de29