view.html 338 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>{{ app_name }}</title>
  7. {{ bundle_items }}
  8. </head>
  9. <body>
  10. <div class="loading-screen"></div>
  11. <div class="app"></div>
  12. </body>
  13. </html>