1
0

loading.html 268 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="refresh" content="5">
  5. </head>
  6. <body>
  7. <div id="loading">
  8. The model is loading. Please wait.<br/>
  9. The user interface will appear soon.
  10. </div>
  11. </body>
  12. </html>