Where to put html file to which I could add vaadin UI

I’m trying to embed Vaadin UI into html div, as explained in
here
.
However I don’t understand where to put my html under a folder structure.
I use Eclipse Vaadin Maven to generate folder structure.
The current folder structure is in attach.
Thank you for any help!

29423.png

The HTML-file is not supposed to be part of your Vaadin-application at all. You just embed your Vaadin-application into another static webpage.

If you are looking for a way to add some HTML to the generated loader-page or a way to use some custom HTML inside your app itself, either
https://vaadin.com/wiki/-/wiki/Main/Customizing+the+startup+page+in+an+application
or
https://vaadin.com/docs/-/part/framework/layout/layout-customlayout.html
would be the way to go.