index.html 639 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Ginastica do Cerebro - Franqueada</title>
  5. <meta charset="utf-8">
  6. <meta name="description" content="<%= productDescription %>">
  7. <meta name="format-detection" content="telephone=no">
  8. <meta name="msapplication-tap-highlight" content="no">
  9. <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
  10. <link rel="icon" type="image/png" sizes="32x32" href="logo.png">
  11. </head>
  12. <body>
  13. <!-- quasar:entry-point -->
  14. </body>
  15. </html>