diff --git a/deploy.sh b/deploy.sh index f99881c..90ac447 100755 --- a/deploy.sh +++ b/deploy.sh @@ -158,12 +158,13 @@ sudo mkdir -p "${WEB_DIR}" # Clean old frontend files (but preserve uploads, results, .env, logs) log "Cleaning old frontend files..." -sudo rm -f "${WEB_DIR}/index.html" +sudo rm -f "${WEB_DIR}/index.html" "${WEB_DIR}/history.html" sudo rm -rf "${WEB_DIR}/css" "${WEB_DIR}/js" sudo rm -f "${WEB_DIR}/api.php" "${WEB_DIR}/auth.php" # Copy frontend files sudo cp "${REPO_DIR}/index.html" "${WEB_DIR}/" +sudo cp "${REPO_DIR}/history.html" "${WEB_DIR}/" sudo cp -r "${REPO_DIR}/css" "${WEB_DIR}/" sudo cp -r "${REPO_DIR}/js" "${WEB_DIR}/" diff --git a/history.html b/history.html new file mode 100644 index 0000000..3b5d3b0 --- /dev/null +++ b/history.html @@ -0,0 +1,68 @@ + + +
+ + +Comprehensive WCAG 2.1 compliance validation with AI-powered analysis
+Comprehensive WCAG 2.1 compliance validation with AI-powered analysis