[DRVWEB-4345] Flush reports on disconnect
[ProtonMail-WebClient.git] / applications / drive / src / app.ejs
blob2f45f5e3f5408d584ba5956dd5b0f939db39f20c
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4     <%- include head.ejs %>
5 </head>
6 <body>
7     <div class="app-root"></div>
8     <div class="app-root-loader"></div>
9     <noscript class="app-noscript">
10         <%= appName %> requires Javascript. Enable Javascript and reload this page to continue.
11     </noscript>
12 </body>
13 </html>