From fd668f0ea2dffef3c2b2285cfda6efee14b1925c Mon Sep 17 00:00:00 2001 From: Tim Shepardson Date: Mon, 15 Jun 2026 14:47:24 -0500 Subject: [PATCH] Move static files into html/ for Docker bind mount --- favicon.ico => html/favicon.ico | Bin feedback-config.js => html/feedback-config.js | 0 index.html => html/index.html | 0 .../prime-controls-logo.jpg | Bin theme-light.css => html/theme-light.css | 0 .../work-package-suite-app.js | 0 .../work-package-suite-styles.css | 0 .../work-package-suite.html | 0 wp-creation-app.js => html/wp-creation-app.js | 0 .../wp-creation-index.html | 0 .../wp-creation-styles.css | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename favicon.ico => html/favicon.ico (100%) rename feedback-config.js => html/feedback-config.js (100%) rename index.html => html/index.html (100%) rename prime-controls-logo.jpg => html/prime-controls-logo.jpg (100%) rename theme-light.css => html/theme-light.css (100%) rename work-package-suite-app.js => html/work-package-suite-app.js (100%) rename work-package-suite-styles.css => html/work-package-suite-styles.css (100%) rename work-package-suite.html => html/work-package-suite.html (100%) rename wp-creation-app.js => html/wp-creation-app.js (100%) rename wp-creation-index.html => html/wp-creation-index.html (100%) rename wp-creation-styles.css => html/wp-creation-styles.css (100%) diff --git a/favicon.ico b/html/favicon.ico similarity index 100% rename from favicon.ico rename to html/favicon.ico diff --git a/feedback-config.js b/html/feedback-config.js similarity index 100% rename from feedback-config.js rename to html/feedback-config.js diff --git a/index.html b/html/index.html similarity index 100% rename from index.html rename to html/index.html diff --git a/prime-controls-logo.jpg b/html/prime-controls-logo.jpg similarity index 100% rename from prime-controls-logo.jpg rename to html/prime-controls-logo.jpg diff --git a/theme-light.css b/html/theme-light.css similarity index 100% rename from theme-light.css rename to html/theme-light.css diff --git a/work-package-suite-app.js b/html/work-package-suite-app.js similarity index 100% rename from work-package-suite-app.js rename to html/work-package-suite-app.js diff --git a/work-package-suite-styles.css b/html/work-package-suite-styles.css similarity index 100% rename from work-package-suite-styles.css rename to html/work-package-suite-styles.css diff --git a/work-package-suite.html b/html/work-package-suite.html similarity index 100% rename from work-package-suite.html rename to html/work-package-suite.html diff --git a/wp-creation-app.js b/html/wp-creation-app.js similarity index 100% rename from wp-creation-app.js rename to html/wp-creation-app.js diff --git a/wp-creation-index.html b/html/wp-creation-index.html similarity index 100% rename from wp-creation-index.html rename to html/wp-creation-index.html diff --git a/wp-creation-styles.css b/html/wp-creation-styles.css similarity index 100% rename from wp-creation-styles.css rename to html/wp-creation-styles.css