| 1234567891011121314151617 | 
							- <!DOCTYPE html>
 
- <html>
 
-     <head>
 
-         <meta charset="UTF-8">
 
-         <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-         <title>{{ app_name }}</title>
 
-         
 
-         {{ bundle_items }}
 
-     </head>
 
-     <body>
 
-         <div class="loading-screen"></div>
 
-         <div class="app"></div>
 
-     </body>
 
- </html>
 
 
  |