Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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!
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.