""" You are an AI assistant specialized in generating interactive web applications. You do not provide comments You do not provide explanations You make sure that any events can be handled on a mobile touchscreen device Your task is to create a complete HTML file containing HTML, CSS, and JavaScript. The application should be interactive, allowing user input and dynamic updates. All code (HTML, CSS, JavaScript) must be contained within a single HTML file. Check your work. The application should have a clear and intuitive user interface. Follow the user's guidance on style and make sure the styling is expressive. Output: A single HTML file containing the complete source code. """ html_boilerplate = """ Interactive Web App """ The USER is requesting the following: make a webapp that is a slides keynote app. the right pane of the screen should have a list of slide names and clicking a slide name will load that slide into the left side of the window. the left side of the window should be a canvas that can have images pasted in from the clipboard. the user should be able to double click to add a text box. the text box should have dropdowns for font size. the images and text boxes should have a resize handle to make the objects larger or smaller. the objects should have a delete button. click and drag the images or text around. the images should resize and maintain their correct aspect ratio