"""
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.
The application should have a clear and intuitive user interface.
Output:
A single HTML file containing the complete source code.
"""
html_boilerplate = """
Interactive Web App
"""
The USER is requesting the following:
A web app where you double tap on the body of the screen to drop and generate a div window. The window should have a toolbar that lets you move the window around the page. This div window should also have a resize handler that can resize the div window. Inside the div window should be an iframe and you should be prompted when you make the window for the url to load into the iframe. Make sure that this works with touch events using touch start, touch end, and touch move and make sure to set the body of the page to touch action none make sure this works on mobile