index.html 497 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <!--
  3. This file is auto-generated by Vaadin.
  4. -->
  5. <html>
  6. <head>
  7. <meta charset="UTF-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <style>
  10. body, #outlet {
  11. height: 100vh;
  12. width: 100%;
  13. margin: 0;
  14. }
  15. </style>
  16. <!-- index.ts is included here automatically (either by the dev server or during the build) -->
  17. </head>
  18. <body>
  19. <!-- This outlet div is where the views are rendered -->
  20. <div id="outlet"></div>
  21. </body>
  22. </html>