index.html 639 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  11. <title>Lemon IMUI</title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong
  16. >We're sorry but flat-im doesn't work properly without JavaScript
  17. enabled. Please enable it to continue.</strong
  18. >
  19. </noscript>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. </body>
  23. </html>