index.html 687 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- Required meta tags-->
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <!-- Color theme for statusbar (Android only) -->
  9. <meta name="theme-color" content="#2196f3">
  10. <!-- Your app title -->
  11. <title>My App</title>
  12. <!-- Framework7 styles -->
  13. <link rel="stylesheet" href="path/to/framework7-bundle.min.css">
  14. </head>
  15. <body>
  16. <!-- App Root Element -->
  17. <div id="app"></div>
  18. <!-- Scripts will be auto injected -->
  19. </body>
  20. </html>