From 07d08a9fbc910c9e731057f1cc8109f28c8e95e0 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Thu, 17 Oct 2024 10:13:34 -0700 Subject: [PATCH] Match Static Files --- .../json/StaticSite/html/leo.html | 68 +++++++++++++++++++ .../json/StaticSite/html/mes.html | 68 +++++++++++++++++++ .../json/StaticSite/styles/files.css | 12 ---- 3 files changed, 136 insertions(+), 12 deletions(-) create mode 100644 Adaptation/FileHandlers/json/StaticSite/html/leo.html create mode 100644 Adaptation/FileHandlers/json/StaticSite/html/mes.html delete mode 100644 Adaptation/FileHandlers/json/StaticSite/styles/files.css diff --git a/Adaptation/FileHandlers/json/StaticSite/html/leo.html b/Adaptation/FileHandlers/json/StaticSite/html/leo.html new file mode 100644 index 0000000..3e31f62 --- /dev/null +++ b/Adaptation/FileHandlers/json/StaticSite/html/leo.html @@ -0,0 +1,68 @@ + + + + + + + FI Backlog - Infineon + + + + + + + + + + + + + + +
+ +
+
+
+ +
  + +
+
+
+
+ + + + + \ No newline at end of file diff --git a/Adaptation/FileHandlers/json/StaticSite/html/mes.html b/Adaptation/FileHandlers/json/StaticSite/html/mes.html new file mode 100644 index 0000000..bb5e31a --- /dev/null +++ b/Adaptation/FileHandlers/json/StaticSite/html/mes.html @@ -0,0 +1,68 @@ + + + + + + + FI Backlog - Infineon + + + + + + + + + + + + + + +
+ +
+
+
+ +
  + +
+
+
+
+ + + + + \ No newline at end of file diff --git a/Adaptation/FileHandlers/json/StaticSite/styles/files.css b/Adaptation/FileHandlers/json/StaticSite/styles/files.css deleted file mode 100644 index 1aa12db..0000000 --- a/Adaptation/FileHandlers/json/StaticSite/styles/files.css +++ /dev/null @@ -1,12 +0,0 @@ -#HeaderGridDiv, -#DetailsGridDiv { - font-size: 12px; -} - -#HeaderGrid { - font-family: monospace; -} - -#DetailsGrid { - font-family: monospace; -} \ No newline at end of file