
ProjectA
For NUS-ISS DevSecOps Engineering and Automation Course https://github.com/kenken64/NUSISS-DevSecOpsEng/blob/master/workshop/workshop2.md
Created Sep 2025
This PR introduces a new index2.html file containing a basic HTML skeleton with a heading and paragraph. It looks like a simple scaffold rather than a behavior change, but it does add another entry point or placeholder page the project can build on. The practical effect is that the repo now has an extra static page ready for further development.
This commit adds a new HTML file with a minimal page structure, including a heading and paragraph. The change looks like an initial scaffold or placeholder rather than a feature-complete enhancement, but it does establish a starting point for further frontend work. The practical effect is that the repo now includes a simple standalone HTML page.
This commit introduces the first visible project files: a basic index.html with placeholder heading and paragraph content, plus an initial README naming the project. It looks like an early scaffold rather than a functional feature, but it establishes the starting structure for future work and makes the repo renderable in a browser. The practical effect is that the project now has a simple entry page and baseline documentation.