I have some scattered scripts that I utilize for different tasks. Although I have converted them into a single script that can be called from the command line, it still involves some complexity, including setting various paths and parameters.

The idea is to create a web-based interface where I can click buttons to execute different scripts. This should simplify the workflow.

I initially tried to let GPT4 come up with the design, but it didn't quite meet my expectations. Despite describing the necessary elements, such as buttons and layout, GPT4 struggled to understand and implement the design.

I also attempted to provide a prototype drawing, but that didn't work out either. In the end, I decided to show GPT4 some target pages and ask it to generate codes that mimic their functionality.

I am looking for tools and tutorials that can help me quickly create HTML and CSS codes for a simple page with a header containing several buttons and a section for textual content. Can anyone recommend a good tool or tutorial for this?